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)
ThetaEventListener
onObjectAdded
in interface ThetaEventListener
objectHandle
- The ObjectHandle of the added object.public void onCaptureStatusChanged()
onCaptureStatusChanged
in interface ThetaEventListener
public void onRecordingTimeChanged()
onRecordingTimeChanged
in interface ThetaEventListener
public void onRemainingRecordingTimeChanged()
onRemainingRecordingTimeChanged
in interface ThetaEventListener
public void onStoreFull(long storageID)
onStoreFull
in interface ThetaEventListener
public void onCaptureComplete(long transactionID)
onCaptureComplete
in interface ThetaEventListener