Class Selector

java.lang.Object
xal.tools.reflect.Selector

public class Selector extends Object
Selector is a convenience class that makes much of the Method class easier to use. Unlike Method, a Selector instance is not associated with a particular class. Binding happens upon invocation so the same selector can be used with many classes that do not necessarily share the same interface or superclasses. Also, Selector has convenience methods that allow fewer lines to be invoked. All exceptions are Runtime exceptions thus freeing the developer from having to deal with exceptions during rapid development. This class is intended to be used to handle group actions from a node perspective rather than a channel perspective. It can also be useful in creating powerful GUIs that allow users to script XAL.
Author:
tap