|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gradeview.util.AbstractHandler
Associates a method with events on an object.
This class exists to receive actions (when installed as an
EventListener
on an object) and redirect them to
the given method of the given object.
Constructor Summary | |
AbstractHandler(java.lang.Object obj,
java.lang.String funcName)
Constructor. |
Method Summary | |
protected void |
triggered()
Called by a subclass when an event is received. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AbstractHandler(java.lang.Object obj, java.lang.String funcName)
obj
- The object containing funcName
funcName
- A string representing the name of a method
in obj
which will be called
on receipt of an eventMethod Detail |
protected void triggered()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |