public interface ApplicationClient
Definition of an interface for objects that need a reference to the central
Application object.
This interface can be implemented by objects that are automatically created
by the dependency injection framework during the initialization phase of an
application. It indicates that the implementing object needs access to the
global Application object. The framework will recognize this and pass
a reference to the Application to the object after its creation.
Application| Modifier and Type | Method and Description |
|---|---|
void |
setApplication(Application app)
Sets a reference to the global
Application object. |
void setApplication(Application app)
Application object. This method is
automatically invoked by the framework.app - the reference to the global applicationCopyright © 2016 The JGUIraffe Team. All rights reserved.