Adempiere 3.5.2a

org.compiere.apps
Class AMenuStartItem

java.lang.Object
  extended by java.lang.Thread
      extended by 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
AMenuStartItem(int ID, boolean isMenu, String name, AMenu menu)
          Start Menu Item
 
Method Summary
 void actionPerformed(ActionEvent e)
          Actlion Listener for Timer
 void run()
          Start Menu Item
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMenuStartItem

public AMenuStartItem(int ID,
                      boolean isMenu,
                      String name,
                      AMenu menu)
Start Menu Item

Parameters:
ID - ID
isMenu - false if Workflow
name - Name
menu - Menu
Method Detail

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 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.