Package 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description AMenuStartItem(int ID, boolean isMenu, String name, AMenu menu)Start Menu Item
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)Actlion Listener for Timervoidrun()Start Menu Item-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Method Detail
-
run
public void run()
Start Menu Item
-
actionPerformed
public void actionPerformed(ActionEvent e)
Actlion Listener for Timer- Specified by:
actionPerformedin interfaceActionListener- Parameters:
e- event
-
-