org.dawb.tango.extensions.factory
Class TangoConnectionEvent
java.lang.Object
java.util.EventObject
org.dawb.tango.extensions.factory.TangoConnectionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class TangoConnectionEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TangoConnectionEvent
public TangoConnectionEvent(TangoConnection source,
fr.esrf.TangoApi.DeviceAttribute value)
TangoConnectionEvent
public TangoConnectionEvent(TangoConnection source,
java.lang.Object evt,
java.lang.String command)
TangoConnectionEvent
public TangoConnectionEvent(TangoConnection source,
java.util.EventObject tangoEvent)
getOriginalEvent
public java.lang.Object getOriginalEvent()
getValue
public fr.esrf.TangoApi.DeviceAttribute getValue()
throws java.lang.Exception
- Throws:
java.lang.Exception
getValues
public fr.esrf.TangoApi.DeviceAttribute[] getValues()
throws java.lang.Exception
- Throws:
java.lang.Exception
isFinishedEvent
public boolean isFinishedEvent()
setFinished
public void setFinished(boolean finished)
getCommand
public java.lang.String getCommand()
getErrorMessage
public java.lang.String getErrorMessage()
setErrorMessage
public void setErrorMessage(java.lang.String errorMessage)