Class s2iMain.menuItemListener

java.lang.Object
  |
  +--s2iMain.menuItemListener

class s2iMain.menuItemListener
extends java.lang.Object
implements java.awt.event.ActionListener

A class to handle menu events.


Constructor Summary
(package private) s2iMain.menuItemListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
          Handle a menu event.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

s2iMain.menuItemListener

s2iMain.menuItemListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ev)
Handle a menu event.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
ev - The event that triggered the call