net.aerith.misao.toolkit.PhotometryCalibration
Class PhotometryCalibrationDesktop.OpenWindowListener

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--net.aerith.misao.toolkit.PhotometryCalibration.PhotometryCalibrationDesktop.OpenWindowListener
Enclosing class:
PhotometryCalibrationDesktop

protected class PhotometryCalibrationDesktop.OpenWindowListener
extends java.awt.event.WindowAdapter

The OpenWindowListener is a listener class of opening this window.


Constructor Summary
protected PhotometryCalibrationDesktop.OpenWindowListener()
           
 
Method Summary
 void windowOpened(java.awt.event.WindowEvent e)
          Invoked when this window is opened.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PhotometryCalibrationDesktop.OpenWindowListener

protected PhotometryCalibrationDesktop.OpenWindowListener()
Method Detail

windowOpened

public void windowOpened(java.awt.event.WindowEvent e)
Invoked when this window is opened.
Overrides:
windowOpened in class java.awt.event.WindowAdapter
Parameters:
e - contains the event status.