fr.esrf.tangoatk.core
Class EndGroupExecutionEvent
java.lang.Object
java.util.EventObject
fr.esrf.tangoatk.core.ATKEvent
fr.esrf.tangoatk.core.EndGroupExecutionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class EndGroupExecutionEvent
- extends ATKEvent
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
EndGroupExecutionEvent
public EndGroupExecutionEvent(ICommandGroup source,
java.util.List result,
long timeStamp)
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