com.Prominic.runtime
Class ProcessEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.Prominic.runtime.ProcessEvent
All Implemented Interfaces:
java.io.Serializable

public class ProcessEvent
extends java.util.EventObject

Insert the type's description here. Creation date: (8/13/2001 2:47:24 PM)

See Also:
Serialized Form

Field Summary
private  int id
           
static int INTERRUPTED
           
static int KILL
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProcessEvent(java.lang.Object source)
          ProcessEvent constructor comment.
ProcessEvent(java.lang.Object source, int id)
          ProcessEvent constructor comment.
 
Method Summary
 int getId()
          Insert the method's description here.
protected  void setId(int newId)
          Insert the method's description here.
 
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

KILL

public static final int KILL
See Also:
Constant Field Values

INTERRUPTED

public static final int INTERRUPTED
See Also:
Constant Field Values

id

private int id
Constructor Detail

ProcessEvent

public ProcessEvent(java.lang.Object source)
ProcessEvent constructor comment.

Parameters:
source - java.lang.Object

ProcessEvent

public ProcessEvent(java.lang.Object source,
                    int id)
ProcessEvent constructor comment.

Parameters:
source - java.lang.Object
Method Detail

getId

public int getId()
Insert the method's description here. Creation date: (8/13/2001 2:47:47 PM)

Returns:
int

setId

protected void setId(int newId)
Insert the method's description here. Creation date: (8/13/2001 2:47:47 PM)

Parameters:
newId - int