Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Definition at line 366 of file CPResponder.j.
|
implementation |
Archives the responder to a coder.
aCoder | the coder to which the responder will be archived |
Extends class CPResponder.
Definition at line 390 of file CPResponder.j.
|
implementation |
Initializes the responder with data from a coder.
aCoder | the coder from which data will be read |
Extends class CPResponder.
Definition at line 373 of file CPResponder.j.