Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.globalretailtech.pos.gui
Class OperDisplay4C.NavAction  view OperDisplay4C.NavAction download OperDisplay4C.NavAction.java

java.lang.Object
  extended bycom.globalretailtech.pos.gui.OperDisplay4C.NavAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
OperDisplay4C

class OperDisplay4C.NavAction
extends java.lang.Object
implements java.awt.event.ActionListener

Class for implementing navigation actions.


Constructor Summary
OperDisplay4C.NavAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperDisplay4C.NavAction

public OperDisplay4C.NavAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener