org.apache.beehive.controls.runtime.generator
Class ControlEventHandler

Object
  extended by GenMethod
      extended by ControlEventHandler
Direct Known Subclasses:
AptEventHandler

public abstract class ControlEventHandler
extends GenMethod

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

ControlEventHandler

protected ControlEventHandler(ControlEvent event)
Base constructor, protected so only a custom subclass can invoke

Method Detail

getEvent

public ControlEvent getEvent()
Returns the ControlEvent associated with the ControlEventHandler