org.globus.cog.gui.grapheditor.canvas
Class StatusEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.globus.cog.gui.grapheditor.canvas.StatusEvent
All Implemented Interfaces:
Serializable

public class StatusEvent
extends EventObject

See Also:
Serialized Form

Field Summary
static int ERROR
           
static int INITIALIZE_PROGRESS
           
static int POP
           
static int PUSH
           
static int REMOVE_PROGRESS
           
static int SET_DEFAULT_TEXT
           
static int SET_PROGRESS
           
static int STEP_PROGRESS
           
static int WARNING
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StatusEvent(Object source, int type, String msg, Icon icon, Exception details, int value)
           
StatusEvent(Object source, int type, String msg, Icon icon, int value)
           
 
Method Summary
 Exception getDetails()
           
 Icon getIcon()
           
 String getMsg()
           
 int getType()
           
 int getValue()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SET_DEFAULT_TEXT

public static final int SET_DEFAULT_TEXT
See Also:
Constant Field Values

PUSH

public static final int PUSH
See Also:
Constant Field Values

POP

public static final int POP
See Also:
Constant Field Values

INITIALIZE_PROGRESS

public static final int INITIALIZE_PROGRESS
See Also:
Constant Field Values

SET_PROGRESS

public static final int SET_PROGRESS
See Also:
Constant Field Values

STEP_PROGRESS

public static final int STEP_PROGRESS
See Also:
Constant Field Values

REMOVE_PROGRESS

public static final int REMOVE_PROGRESS
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

WARNING

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

StatusEvent

public StatusEvent(Object source,
                   int type,
                   String msg,
                   Icon icon,
                   Exception details,
                   int value)

StatusEvent

public StatusEvent(Object source,
                   int type,
                   String msg,
                   Icon icon,
                   int value)
Method Detail

getIcon

public Icon getIcon()

getMsg

public String getMsg()

getType

public int getType()

getValue

public int getValue()

toString

public String toString()

getDetails

public Exception getDetails()