org.ourgrid.mygrid.ui.gui.event
Class GuiReplicaStateChangedNotifyEvent

java.lang.Object
  extended by org.ourgrid.mygrid.ui.gui.event.GuiReplicaStateChangedNotifyEvent
All Implemented Interfaces:
java.io.Serializable, Event, GUIActionEvent

public class GuiReplicaStateChangedNotifyEvent
extends java.lang.Object
implements GUIActionEvent

See Also:
Serialized Form

Constructor Summary
GuiReplicaStateChangedNotifyEvent(ReplicaEntry replicaEntry, ExecutionStatus jobState, ExecutionStatus taskState, int numberOfTaskFails, SimpleSynchronizedJobManager manager)
           
 
Method Summary
 GUIEventType process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiReplicaStateChangedNotifyEvent

public GuiReplicaStateChangedNotifyEvent(ReplicaEntry replicaEntry,
                                         ExecutionStatus jobState,
                                         ExecutionStatus taskState,
                                         int numberOfTaskFails,
                                         SimpleSynchronizedJobManager manager)
Method Detail

process

public GUIEventType process()
Specified by:
process in interface GUIActionEvent