net.sf.doolin.gui.view.support
Class GUIViewAdapter<V>

java.lang.Object
  extended by net.sf.doolin.gui.view.support.GUIViewAdapter<V>
Type Parameters:
V - Type of object for the view
All Implemented Interfaces:
GUIViewListener<V>

public class GUIViewAdapter<V>
extends Object
implements GUIViewListener<V>

Adapter for a GUIViewListener whose all methods do nothing.

Author:
Damien Coraboeuf

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

GUIViewAdapter

public GUIViewAdapter()
Method Detail

onViewClosed

public void onViewClosed(GUIView<V> view)
Description copied from interface: GUIViewListener
This method is called when the view is actually closed

Specified by:
onViewClosed in interface GUIViewListener<V>
Parameters:
view - View

onViewInit

public void onViewInit(GUIView<V> view)
Description copied from interface: GUIViewListener
This method is called when the view is created

Specified by:
onViewInit in interface GUIViewListener<V>
Parameters:
view - View

onViewShown

public void onViewShown(GUIView<V> view)
Description copied from interface: GUIViewListener
This method is called when the view is shown

Specified by:
onViewShown in interface GUIViewListener<V>
Parameters:
view - View


Copyright © 2011. All Rights Reserved.