Up

STSelector class documentation

Authors

Generated by stevko

Software documentation for the STSelector class

STSelector : NSObject

Declared in:
StepTalk/STSelector.h

Description forthcoming.


Instance Variables

Method summary

initWithName: 

- (id) initWithName: (NSString*)aString;

Description forthcoming.


initWithSelector: 

- (id) initWithSelector: (SEL)aSel;

Description forthcoming.


selectorName 

- (NSString*) selectorName;

Description forthcoming.


selectorValue 

- (SEL) selectorValue;

Description forthcoming.




Instance Variables for STSelector Class

sel

@protected SEL sel;

Description forthcoming.


selectorName

@protected NSString* selectorName;

Description forthcoming.






Up