Package de.hshannover.dqgui.framework
Class AbstractController
- java.lang.Object
-
- de.hshannover.dqgui.framework.AbstractController
-
- All Implemented Interfaces:
Controllable
- Direct Known Subclasses:
AbstractComponentController
,AbstractWindowController
public abstract class AbstractController extends java.lang.Object implements Controllable
Base class for all controllers handled by theApplicationContext
.
Be aware that ApplicationContext injected dependencies won't be available within the constructor of such an object.
-
-
Constructor Summary
Constructors Constructor Description AbstractController()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hshannover.dqgui.framework.api.Controllable
onCloseRequest, onDestruction
-
-