Package com.thingworx.things.handlers
Interface IThingDisposeHandler
-
@ThingworxExtensionApiClass(since={7,4}) public interface IThingDisposeHandler
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
handleDisposeThing(Thing thing)
-
-
-
Method Detail
-
handleDisposeThing
@ThingworxExtensionApiMethod(since={7,4}) void handleDisposeThing(Thing thing) throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
-