rcUserInterface
Class rcMenu.ActAdapter

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

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


Field Summary
private  int myCommandId
           
 
Constructor Summary
(package private) rcMenu.ActAdapter(int myCommandId)
           
 
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

myCommandId

private int myCommandId
Constructor Detail

rcMenu.ActAdapter

rcMenu.ActAdapter(int myCommandId)
Method Detail

actionPerformed

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