fr.esrf.tangoatk.core
Class EndGroupExecutionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by fr.esrf.tangoatk.core.ATKEvent
          extended by fr.esrf.tangoatk.core.EndGroupExecutionEvent
All Implemented Interfaces:
java.io.Serializable

public class EndGroupExecutionEvent
extends ATKEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EndGroupExecutionEvent(ICommandGroup source, java.util.List result, long timeStamp)
           
 
Method Summary
 java.util.List getResult()
           
 java.lang.String getVersion()
           
 void setResult(java.util.List result)
           
 void setSource(ICommandGroup source)
           
 
Methods inherited from class fr.esrf.tangoatk.core.ATKEvent
getTimeStamp, setTimeStamp
 
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
 

Constructor Detail

EndGroupExecutionEvent

public EndGroupExecutionEvent(ICommandGroup source,
                              java.util.List result,
                              long timeStamp)
Method Detail

getResult

public java.util.List getResult()

setResult

public void setResult(java.util.List result)

setSource

public void setSource(ICommandGroup source)

getVersion

public java.lang.String getVersion()
Overrides:
getVersion in class ATKEvent