net.sf.doolin.gui.view
Interface GUIViewListener<B>

Type Parameters:
B - Type of the view data.
All Known Implementing Classes:
GUIViewAdapter

public interface GUIViewListener<B>

Listens to life-cycle view events.

Author:
Damien Coraboeuf

Method Summary
 void onViewClosed(GUIView<B> view)
          This method is called when the view is actually closed
 void onViewInit(GUIView<B> view)
          This method is called when the view is created
 void onViewShown(GUIView<B> view)
          This method is called when the view is shown
 

Method Detail

onViewClosed

void onViewClosed(GUIView<B> view)
This method is called when the view is actually closed

Parameters:
view - View

onViewInit

void onViewInit(GUIView<B> view)
This method is called when the view is created

Parameters:
view - View

onViewShown

void onViewShown(GUIView<B> view)
This method is called when the view is shown

Parameters:
view - View


Copyright © 2011. All Rights Reserved.