diva.gui.tutorial
Class MDIApplication.MDIViewListener

java.lang.Object
  extended by diva.gui.ViewAdapter
      extended by diva.gui.tutorial.MDIApplication.MDIViewListener
All Implemented Interfaces:
ViewListener, java.util.EventListener
Enclosing class:
MDIApplication

private class MDIApplication.MDIViewListener
extends ViewAdapter


Constructor Summary
private MDIApplication.MDIViewListener()
           
 
Method Summary
 void viewClosing(ViewEvent e)
          Invoked when the view is about to be closed.
 void viewSelected(ViewEvent e)
          Invoked when the view has been selected.
 
Methods inherited from class diva.gui.ViewAdapter
viewClosed, viewDeselected, viewHidden, viewMoved, viewResized, viewShown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDIApplication.MDIViewListener

private MDIApplication.MDIViewListener()
Method Detail

viewSelected

public void viewSelected(ViewEvent e)
Description copied from class: ViewAdapter
Invoked when the view has been selected. Typically, this happens when the view becomes the front-most view or when it gets the focus.

Specified by:
viewSelected in interface ViewListener
Overrides:
viewSelected in class ViewAdapter

viewClosing

public void viewClosing(ViewEvent e)
Description copied from class: ViewAdapter
Invoked when the view is about to be closed.

Specified by:
viewClosing in interface ViewListener
Overrides:
viewClosing in class ViewAdapter