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

Object
  extended by GenMethod
      extended by ControlEvent
Direct Known Subclasses:
AptEvent

public abstract class ControlEvent
extends GenMethod

The ControlEvent class is an abstract base class that represents an Event declared within an EventSet interface of a ControlInterface


Constructor Summary
protected ControlEvent(ControlEventSet eventSet)
          Base constructor, protected so only a custom subclass can invoke
 
Method Summary
 ControlEventSet getEventSet()
          Returns the ControlEventSet associated with the ControlEvent
protected  void init()
          Initializes the ControlEvent instance.
 
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

ControlEvent

protected ControlEvent(ControlEventSet eventSet)
Base constructor, protected so only a custom subclass can invoke

Method Detail

init

protected void init()
Initializes the ControlEvent instance. This will be called by custom subclasses to drive the initialization process.


getEventSet

public ControlEventSet getEventSet()
Returns the ControlEventSet associated with the ControlEvent