#import <InstantAction.h>
Inherits CallFuncN.

Public Member Functions | |
| (id) | - initWithTarget:selector:data: |
Static Public Member Functions | |
| (id) | + actionWithTarget:selector:data: |
| + (id) actionWithTarget: | (id) | t | ||
| selector: | (SEL) | s | ||
| data: | (void *) | d | ||
creates the action with the callback and the data to pass as an argument
| - (id) initWithTarget: | (id) | t | ||
| selector: | (SEL) | s | ||
| data: | (void *) | d | ||
initializes the action with the callback and the data to pass as an argument
1.5.8