Ontimize 5.2072EN

com.ontimize.gui
Class DetailForm.ActivationFormListener

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended bycom.ontimize.gui.DetailForm.ActivationFormListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
DetailForm

protected class DetailForm.ActivationFormListener
extends java.awt.event.WindowAdapter


Constructor Summary
DetailForm.ActivationFormListener(Form f)
           
 
Method Summary
 void windowActivated(java.awt.event.WindowEvent e)
           
 void windowDeactivated(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowClosed, windowClosing, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailForm.ActivationFormListener

public DetailForm.ActivationFormListener(Form f)
Method Detail

windowActivated

public void windowActivated(java.awt.event.WindowEvent e)

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent e)

Ontimize