Package com.thingworx.things.events
Class QueuedEvent
- java.lang.Object
-
- com.thingworx.things.events.QueuedEvent
-
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class QueuedEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QueuedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThingworxEvent
getEvent()
VTQ
getNewValue()
ThingProperty
getProperty()
-
-
-
Method Detail
-
getProperty
@ThingworxExtensionApiMethod(since={6,6}) public ThingProperty getProperty()
-
getEvent
@ThingworxExtensionApiMethod(since={6,6}) public ThingworxEvent getEvent()
-
getNewValue
@ThingworxExtensionApiMethod(since={6,6}) public VTQ getNewValue()
-
-