public abstract class ThetaEventAdapter extends java.lang.Object implements ThetaEventListener
| Constructor and Description |
|---|
ThetaEventAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCaptureComplete(long transactionID) |
void |
onCaptureStatusChanged() |
void |
onObjectAdded(long objectHandle)
Notification of an object addition
|
void |
onRecordingTimeChanged() |
void |
onRemainingRecordingTimeChanged() |
void |
onStoreFull(long storageID) |
public void onObjectAdded(long objectHandle)
ThetaEventListeneronObjectAdded 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(long storageID)
onStoreFull in interface ThetaEventListenerpublic void onCaptureComplete(long transactionID)
onCaptureComplete in interface ThetaEventListener