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

Object
  extended by AptField
      extended by AptClientField

public class AptClientField
extends AptField

The AptClientField class describes a reference to a client callback notifier within an AptControlImplementation class.


Field Summary
 
Fields inherited from class AptField
_fieldDecl
 
Constructor Summary
AptClientField(AptControlImplementation controlImpl, FieldDeclaration fieldDecl, AnnotationProcessorEnvironment env)
          Base constructor, protected so only a custom subclass can invoke
 
Method Summary
 
Methods inherited from class AptField
getAccessModifier, getClassName, getLocalName, getName, getReflectField, getType
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AptClientField

public AptClientField(AptControlImplementation controlImpl,
                      FieldDeclaration fieldDecl,
                      AnnotationProcessorEnvironment env)
Base constructor, protected so only a custom subclass can invoke

Parameters:
controlImpl - the declaring AptControlImplementation