org.curjent.impl.agent
Class Proxy

java.lang.Object
  extended by org.curjent.impl.agent.Proxy
Direct Known Subclasses:
CopyProxy

public abstract class Proxy
extends Object

Base class for generated proxy classes. It gives subclasses and other classes in this package access to the agent's controller.


Field Summary
protected  Controller controller
          Reference to the associated controller.
 
Constructor Summary
Proxy(Controller controller)
          Saves a reference to the controller.
 
Method Summary
 String toString()
          Returns the list of implemented interfaces.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

controller

protected final Controller controller
Reference to the associated controller.

Constructor Detail

Proxy

public Proxy(Controller controller)
Saves a reference to the controller.

Method Detail

toString

public String toString()
Returns the list of implemented interfaces.

Overrides:
toString in class Object


Copyright 2009-2011 Tom Landon
Apache License 2.0