uic.widgets.event
Class ToolBarEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byuic.widgets.event.ToolBarEvent
All Implemented Interfaces:
Serializable

public class ToolBarEvent
extends EventObject

See Also:
Serialized Form

Field Summary
static int TOOLBAR_ADDED
           
static int TOOLBAR_MOVED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ToolBarEvent(Object source, int action)
           
 
Method Summary
 int getAction()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOOLBAR_ADDED

public static final int TOOLBAR_ADDED
See Also:
Constant Field Values

TOOLBAR_MOVED

public static final int TOOLBAR_MOVED
See Also:
Constant Field Values
Constructor Detail

ToolBarEvent

public ToolBarEvent(Object source,
                    int action)
Method Detail

getAction

public int getAction()


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence