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

Object
  extended by GenField
      extended by ClientField
Direct Known Subclasses:
AptClientField

public abstract class ClientField
extends GenField

The ClientField class is an abstract base class that represents an java.lang.reflect.Field on an implementation class that refers to a client event notifier


Constructor Summary
protected ClientField(ControlImpl controlImpl)
          Base constructor, protected so only a custom subclass can invoke
 
Method Summary
protected  void init()
          Initializes the ClientField instance.
 
Methods inherited from class GenField
getAccessModifier, getLocalName, getName, getReflectField, getType
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientField

protected ClientField(ControlImpl controlImpl)
Base constructor, protected so only a custom subclass can invoke

Parameters:
controlImpl - the declaring ControlImpl
Method Detail

init

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