public class OSCallRepresentative
extends java.lang.Object
Constructor and Description |
---|
OSCallRepresentative(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
void |
dropOSCallCoordinatorEventListener(OSCallCordinatorEventsHandler value) |
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
void |
notifyCallActive() |
void |
notifyCallEnded() |
void |
notifyCallHeld() |
void |
setOSCallCoordinatorEventListener(OSCallCordinatorEventsHandler value) |
public OSCallRepresentative(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public void notifyCallActive()
public void notifyCallHeld()
public void notifyCallEnded()
public void setOSCallCoordinatorEventListener(OSCallCordinatorEventsHandler value)
public void dropOSCallCoordinatorEventListener(OSCallCordinatorEventsHandler value)