ERXSelectorUtilities Class Reference

List of all members.

Static Public Member Functions

static Object invoke (NSSelector sel, Object o, Object argument1, Object argument2)
static Object invoke (NSSelector sel, Object o, Object argument1)
static Object invoke (NSSelector sel, Object o)
static Object invoke (NSSelector sel, Object o, Object[] params)
static NSSelector notificationSelector (String methodName)


Detailed Description

NSSelector utilities. These exist mostly to allow selector invocation without explicitly catching the non-runtime exceptions that can be thrown by NSSelector.invoke().

Member Function Documentation

static Object invoke ( NSSelector  sel,
Object  o,
Object  argument1,
Object  argument2 
) [static]

Just like the NSSelector method of the same name, except only runtime exceptions are thrown.

See also:
com.webobjects.foundation.NSSelector.invoke(Object, Object, Object)

static Object invoke ( NSSelector  sel,
Object  o,
Object  argument1 
) [static]

Just like the NSSelector method of the same name, except only runtime exceptions are thrown.

See also:
com.webobjects.foundation.NSSelector.invoke(Object, Object)

static Object invoke ( NSSelector  sel,
Object  o 
) [static]

Just like the NSSelector method of the same name, except only runtime exceptions are thrown.

See also:
com.webobjects.foundation.NSSelector.invoke(Object)

static Object invoke ( NSSelector  sel,
Object  o,
Object[]  params 
) [static]

Just like the NSSelector method of the same name, except only NSForwardExceptions are thrown.

See also:
com.webobjects.foundation.NSSelector.invoke(Object, Object[])

static NSSelector notificationSelector ( String  methodName  )  [static]

Utility that returns a selector you can use with the NSNotificationCenter.

Parameters:
methodName 


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:14 2012 for Project Wonder by  doxygen 1.5.8