org.compiere.apps
Class AMenuStartItem
java.lang.Object
java.lang.Thread
org.compiere.apps.AMenuStartItem
- All Implemented Interfaces:
- ActionListener, Runnable, EventListener
public class AMenuStartItem
- extends Thread
- implements ActionListener
Start application action ( process, workflow, window, form, task )
of a menu item ( ad_menu ) or workflow node ( ad_wf_node ).
- Version:
- $Id: AMenuStartItem.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $
- Author:
- Jorg Janke
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
AMenuStartItem
public AMenuStartItem(int ID,
boolean isMenu,
String name,
AMenu menu)
- Start Menu Item
- Parameters:
ID - IDisMenu - false if Workflowname - Namemenu - Menu
run
public void run()
- Start Menu Item
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
actionPerformed
public void actionPerformed(ActionEvent e)
- Actlion Listener for Timer
- Specified by:
actionPerformed in interface ActionListener
- Parameters:
e - event
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.