JavaScript is disabled on your browser.
Skip navigation links
Thingworx Platform API
10.1.0
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
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 Details
handleDisposeThing
@ThingworxExtensionApiMethod
(
since
={7,4})
void
handleDisposeThing
(
Thing
thing)
throws
Exception
Throws:
Exception