rcUserInterface
Class rcStartRunConfirmation.ActAdapter

java.lang.Object
  |
  +--rcUserInterface.rcStartRunConfirmation.ActAdapter

class rcStartRunConfirmation.ActAdapter
extends java.lang.Object
implements java.awt.event.ActionListener

Action adapter. For each possible action we create an adapter that has a unique commandID which is being passed on to make_action.


Field Summary
private  int m_commandID
           
 
Constructor Summary
(package private) rcStartRunConfirmation.ActAdapter(int commandID)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_commandID

private int m_commandID
Constructor Detail

rcStartRunConfirmation.ActAdapter

rcStartRunConfirmation.ActAdapter(int commandID)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener