public abstract class ThetaEventAdapter extends java.lang.Object implements ThetaEventListener
| Constructor and Description |
|---|
ThetaEventAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCaptureComplete(UINT32 transactionID)
Invoked when capturing is complete.
|
void |
onCaptureStatusChanged()
Invoked when the capture status of THETA is changed.
|
void |
onObjectAdded(UINT32 objectHandle)
Invoked when a new object is added.
|
void |
onRecordingTimeChanged()
Invoked when video recording time is updated.
|
void |
onRemainingRecordingTimeChanged()
Invoked when remaining video recording time is updated.
|
void |
onStoreFull()
Invoked when the storage of THETA faced into the limit.
|
public void onObjectAdded(UINT32 objectHandle)
onObjectAdded in interface ThetaEventListenerobjectHandle - The ObjectHandle of the added object.public void onCaptureStatusChanged()
onCaptureStatusChanged in interface ThetaEventListenerpublic void onRecordingTimeChanged()
onRecordingTimeChanged in interface ThetaEventListenerpublic void onRemainingRecordingTimeChanged()
onRemainingRecordingTimeChanged in interface ThetaEventListenerpublic void onStoreFull()
onStoreFull in interface ThetaEventListenerpublic void onCaptureComplete(UINT32 transactionID)
onCaptureComplete in interface ThetaEventListener