| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.util.EventHandler.Method
This class respresents an EventHandler method. It has the method name, the argument types and the argument values.
| Constructor Summary | |
| EventHandler.Method(String name)Constructor. | |
| Method Summary | |
|  Class[] | getArgumentTypes()Getter for property argumentTypes. | 
|  Object[] | getArgumentValues()Getter for property argumentValues. | 
|  String | getName()Getter for property name. | 
|  String | toString()Returns diagnostic information. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public EventHandler.Method(String name)
name - The name of the event handler method.| Method Detail | 
public String getName()
public Class[] getArgumentTypes()
public Object[] getArgumentValues()
public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||