Methods in net.wotonomy.foundation with parameters of type NSSelector |
void |
NSNotificationCenter.addObserver(java.lang.Object anObserver,
NSSelector aSelector,
java.lang.String notificationName,
java.lang.Object anObject)
Addes the specified observer to the notification queue for
notifications with the specified name or the specified
object or both. |
void |
NSRunLoop.cancelPerformSelectorWithOrder(NSSelector aSelector,
java.lang.Object aTarget,
java.lang.Object aParameter)
Cancels the next scheduled invocation of the specified selector, target, and parameter. |
void |
NSRunLoop.performSelectorWithOrder(NSSelector aSelector,
java.lang.Object aTarget,
java.lang.Object aParameter,
int anOrdering,
java.util.List aModeList)
Schedules the specified selector with the specified target and parameter
to be invoked on the next event loop with the specified ordering. |
void |
NSMutableArray.sortUsingSelector(NSSelector aSelector)
Sorts this array using the values from the specified selector. |