|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoTermEvFilter
An application can use the CiscoTermEvFilter
interface to selectively restrict those
Terminal events that are not of interest.
Method Summary | |
---|---|
boolean |
getButtonPressedEnabled()
Returns the event filter status of the CiscoTermButtonPressedEv event for the Terminal. |
boolean |
getDeviceDataEnabled()
Returns the event filter status of the CiscoTermDataEv event for the Terminal. |
boolean |
getDeviceStateActiveEvFilter()
Returns the event filter status of the CiscoTermDeviceStateActiveEv event for the Terminal. |
boolean |
getDeviceStateAlertingEvFilter()
Returns the event filter status of the CiscoTermDeviceStateAlerting event for the Terminal. |
boolean |
getDeviceStateHeldEvFilter()
Returns the event filter status of the CiscoTermDeviceStateHeldEv event for the Terminal. |
boolean |
getDeviceStateIdleEvFilter()
Returns the CiscoTermDeviceStateIdleEv filter status. |
boolean |
getDeviceStateWhisperEvFilter()
Returns the CiscoTermDeviceStateWhisperEv filter status |
boolean |
getDNDChangedEvFilter()
Returns the CiscoTermDNDStatusChangedEv filter status |
boolean |
getDNDOptionChangedEvFilter()
This interface can be used to get CiscoTermDNDOptionChangedEv filter status |
boolean |
getRTPEventsEnabled()
Returns the event filter status of the CiscoRTPInputStartedEv, CiscoRTPOutputStartedEv, CiscoRTPInputStoppedEv, and CiscoRTPOutputStoppedEv events for the Terminal. |
boolean |
getRTPKeyEventsEnabled()
Returns the event filter status of the CiscoRTPInputKeyEv and CiscoRTPOutputKeyEv events for the Terminal. |
boolean |
getSnapshotEnabled()
Returns the event filter status of the CiscoTermSnapshotEv and CiscoTermSnapshotCompletedEv events for the Terminal. |
void |
setButtonPressedEnabled(boolean enabled)
Enables or disables CiscoTermButtonPressedEv events for the Terminal. |
void |
setDeviceDataEnabled(boolean enabled)
Enables or disables the CiscoTermDataEv events for the Terminal. |
void |
setDeviceStateActiveEvFilter(boolean filterValue)
Enables or disables the CiscoTermDeviceStateActiveEv filter for the Terminal. |
void |
setDeviceStateAlertingEvFilter(boolean filterValue)
Enables or disables the CiscoTermDeviceStateAlertingEv filter for the Terminal. |
void |
setDeviceStateHeldEvFilter(boolean filterValue)
Enables or disables the CiscoTermDeviceStateHeldEv filter for the Terminal. |
void |
setDeviceStateIdleEvFilter(boolean filterValue)
Enables or disables the CiscoTermDeviceStateIdleEv filter for the Terminal. |
void |
setDeviceStateWhisperEvFilter(boolean filterValue)
Enables or disables the CiscoTermDeviceStateWhisperEv filter for the Terminal. |
void |
setDNDChangedEvFilter(boolean filterValue)
Enables or disables the CiscoTermDNDStatusChangedEv filter for the Terminal. |
void |
setDNDOptionChangedEvFilter(boolean filterValue)
This interface is provided for enabling/disabling the CiscoTermDNDOptionChangedEv filter for the Terminal |
void |
setRTPEventsEnabled(boolean enabled)
Enables or disables CiscoRTPInputStartedEv, CiscoRTPOutputStartedEv, CiscoRTPInputStoppedEv and CiscoRTPOutputStoppedEv events for the Terminal. |
void |
setRTPKeyEventsEnabled(boolean enabled)
Enables or disables the CiscoRTPInputKeyEv and CiscoRTPOutputKeyEv events for the Terminal. |
void |
setSnapshotEnabled(boolean enabled)
Enable or disables CiscoTermSnapshotEv and CiscoTermSnapshotCompletedEv for the Terminal. |
Method Detail |
---|
boolean getDeviceDataEnabled()
void setDeviceDataEnabled(boolean enabled)
boolean getButtonPressedEnabled()
void setButtonPressedEnabled(boolean enabled)
boolean getRTPEventsEnabled()
void setRTPEventsEnabled(boolean enabled)
boolean getSnapshotEnabled()
void setSnapshotEnabled(boolean enabled)
boolean getRTPKeyEventsEnabled()
void setRTPKeyEventsEnabled(boolean enabled)
boolean getDeviceStateActiveEvFilter()
boolean getDeviceStateHeldEvFilter()
boolean getDeviceStateAlertingEvFilter()
boolean getDeviceStateIdleEvFilter()
void setDeviceStateActiveEvFilter(boolean filterValue)
void setDeviceStateHeldEvFilter(boolean filterValue)
void setDeviceStateAlertingEvFilter(boolean filterValue)
void setDeviceStateIdleEvFilter(boolean filterValue)
boolean getDeviceStateWhisperEvFilter()
boolean getDNDChangedEvFilter()
void setDNDChangedEvFilter(boolean filterValue)
filterValue
- void setDeviceStateWhisperEvFilter(boolean filterValue)
boolean getDNDOptionChangedEvFilter()
void setDNDOptionChangedEvFilter(boolean filterValue)
filterValue
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |