org.globus.cog.abstraction.impl.common.taskgraph
Class ChangeEvent

java.lang.Object
  extended byorg.globus.cog.abstraction.impl.common.taskgraph.ChangeEvent

public class ChangeEvent
extends Object


Field Summary
static int ADD
           
static int REMOVE
           
 
Constructor Summary
ChangeEvent(TaskGraph source, ExecutableObject node, int type)
           
 
Method Summary
 ExecutableObject getNode()
           
 TaskGraph getSource()
           
 int getType()
           
 void setNode(ExecutableObject node)
           
 void setSource(TaskGraph source)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD

public static final int ADD
See Also:
Constant Field Values

REMOVE

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

ChangeEvent

public ChangeEvent(TaskGraph source,
                   ExecutableObject node,
                   int type)
Method Detail

setSource

public void setSource(TaskGraph source)

getSource

public TaskGraph getSource()

setNode

public void setNode(ExecutableObject node)

getNode

public ExecutableObject getNode()

setType

public void setType(int type)

getType

public int getType()