Package com.thingworx.things.handlers
Interface IThingUpdateHandler
-
@ThingworxExtensionApiClass(since={7,4}) public interface IThingUpdateHandler
An interface to allow ThingShape POJOs to participate in the lifecycle of Things
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleUpdateThing(Thing existingThing, Thing newThing)
-
-
-
Method Detail
-
handleUpdateThing
@ThingworxExtensionApiMethod(since={7,4}) void handleUpdateThing(Thing existingThing, Thing newThing) throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
-