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

Quick Search    Search Deep

com.globalretailtech.pos.gui
Class MenuPanel.PosAction  view MenuPanel.PosAction download MenuPanel.PosAction.java

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

class MenuPanel.PosAction
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  com.globalretailtech.pos.context.PosContext context
           
 
Constructor Summary
MenuPanel.PosAction(com.globalretailtech.pos.context.PosContext value)
           
 
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
 

Field Detail

context

private com.globalretailtech.pos.context.PosContext context
Constructor Detail

MenuPanel.PosAction

public MenuPanel.PosAction(com.globalretailtech.pos.context.PosContext value)
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