|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenMethod
ControlEventHandler
public abstract class ControlEventHandler
The ControlEventHandler class is an abstract base class that represents an EventHandler method declared on a control hosting container.
Constructor Summary | |
---|---|
protected |
ControlEventHandler(ControlEvent event)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
ControlEvent |
getEvent()
Returns the ControlEvent associated with the ControlEventHandler |
Methods inherited from class GenMethod |
---|
getArgDecl, getArgList, getArgList, getArgTypes, getDefaultReturnValue, getName, getReturnType, getThrowsClause, getThrowsList |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ControlEventHandler(ControlEvent event)
Method Detail |
---|
public ControlEvent getEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |