rero.gui.windows
Class StatusWindow.ClientWindowStuff

java.lang.Object
  extended byrero.gui.windows.StatusWindow.ClientWindowStuff
All Implemented Interfaces:
ClientWindowListener
Enclosing class:
StatusWindow

protected class StatusWindow.ClientWindowStuff
extends Object
implements ClientWindowListener


Constructor Summary
protected StatusWindow.ClientWindowStuff()
           
 
Method Summary
 void onActive(ClientWindowEvent ev)
           
 void onClose(ClientWindowEvent ev)
           
 void onInactive(ClientWindowEvent ev)
           
 void onMinimize(ClientWindowEvent ev)
           
 void onOpen(ClientWindowEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusWindow.ClientWindowStuff

protected StatusWindow.ClientWindowStuff()
Method Detail

onActive

public void onActive(ClientWindowEvent ev)
Specified by:
onActive in interface ClientWindowListener

onOpen

public void onOpen(ClientWindowEvent ev)
Specified by:
onOpen in interface ClientWindowListener

onInactive

public void onInactive(ClientWindowEvent ev)
Specified by:
onInactive in interface ClientWindowListener

onMinimize

public void onMinimize(ClientWindowEvent ev)
Specified by:
onMinimize in interface ClientWindowListener

onClose

public void onClose(ClientWindowEvent ev)
Specified by:
onClose in interface ClientWindowListener