|
|||||||||
| Home >> All >> com >> globalretailtech >> pos >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.globalretailtech.pos.gui
Class MenuPanel.PosAction

java.lang.Objectcom.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
- extends java.lang.Object
| 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:
actionPerformedin interfacejava.awt.event.ActionListener
|
|||||||||
| Home >> All >> com >> globalretailtech >> pos >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.globalretailtech.pos.gui.MenuPanel.PosAction