public class BanafoEventState
extends java.lang.Object
Constructor and Description |
---|
BanafoEventState(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
long |
eventId()
Object ID triggered the event
Indicates the ZDK object ID triggered the Banafo Service event.
|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
Result |
result()
The result of the invernally created event
Shows the outcome of the event.
|
java.lang.String |
value()
Event specific data
Contains the event specific data.
|
public BanafoEventState(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public Result result()
Result
public long eventId()
ZDKHandle
public java.lang.String value()