org.jaffa.util
Class EventHandler.Method

java.lang.Object
  extended byorg.jaffa.util.EventHandler.Method
Enclosing class:
EventHandler

public static class EventHandler.Method
extends Object

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

EventHandler.Method

public EventHandler.Method(String name)
Constructor.

Parameters:
name - The name of the event handler method.
Method Detail

getName

public String getName()
Getter for property name.

Returns:
Value of property name.

getArgumentTypes

public Class[] getArgumentTypes()
Getter for property argumentTypes.

Returns:
Value of property argumentTypes.

getArgumentValues

public Object[] getArgumentValues()
Getter for property argumentValues.

Returns:
Value of property argumentValues.

toString

public String toString()
Returns diagnostic information.

Returns:
diagnostic information.


Copyright © 2002-2004 JAFFA Project.