RTMExamples.GUIIn.control
クラス EventAction

java.lang.Object
  上位を拡張 java.awt.event.WindowAdapter
      上位を拡張 RTMExamples.GUIIn.control.EventAction
すべての実装されたインタフェース:
java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener, PortValueListener

public class EventAction
extends java.awt.event.WindowAdapter
implements PortValueListener


コンストラクタの概要
EventAction(PortValue[] portValues)
           
 
メソッドの概要
 void onChanged(PortValue portValue)
           
 void windowClosed(java.awt.event.WindowEvent ev)
           
 
クラス java.awt.event.WindowAdapter から継承されたメソッド
windowActivated, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EventAction

public EventAction(PortValue[] portValues)
メソッドの詳細

onChanged

public void onChanged(PortValue portValue)
定義:
インタフェース PortValueListener 内の onChanged

windowClosed

public void windowClosed(java.awt.event.WindowEvent ev)
定義:
インタフェース java.awt.event.WindowListener 内の windowClosed
オーバーライド:
クラス java.awt.event.WindowAdapter 内の windowClosed