org.curjent.impl.agent
Class Proxy
java.lang.Object
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.
Constructor Summary |
Proxy(Controller controller)
Saves a reference to the controller. |
Method Summary |
String |
toString()
Returns the list of implemented interfaces. |
controller
protected final Controller controller
- Reference to the associated controller.
Proxy
public Proxy(Controller controller)
- Saves a reference to the controller.
toString
public String toString()
- Returns the list of implemented interfaces.
- Overrides:
toString
in class Object
Copyright 2009-2011 Tom Landon
Apache License 2.0