|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.view.support.GUIViewAdapter<V>
V - Type of object for the viewpublic class GUIViewAdapter<V>
Adapter for a GUIViewListener whose all methods do nothing.
| Constructor Summary | |
|---|---|
GUIViewAdapter()
|
|
| Method Summary | |
|---|---|
void |
onViewClosed(GUIView<V> view)
This method is called when the view is actually closed |
void |
onViewInit(GUIView<V> view)
This method is called when the view is created |
void |
onViewShown(GUIView<V> view)
This method is called when the view is shown |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUIViewAdapter()
| Method Detail |
|---|
public void onViewClosed(GUIView<V> view)
GUIViewListener
onViewClosed in interface GUIViewListener<V>view - Viewpublic void onViewInit(GUIView<V> view)
GUIViewListener
onViewInit in interface GUIViewListener<V>view - Viewpublic void onViewShown(GUIView<V> view)
GUIViewListener
onViewShown in interface GUIViewListener<V>view - View
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||