|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SystemEvent | |
|---|---|
| com.livescribe.event | This package consists of classes and interfaces that broadcast notifications and events to penlets. |
| Uses of SystemEvent in com.livescribe.event |
|---|
| Subclasses of SystemEvent in com.livescribe.event | |
|---|---|
class |
HardwareEvent
The HardwareEvent class extends the SystemEvent class to
encapsulate hardware specific events. |
static class |
SystemEvent.Config
This class encapsulates system configuration values as SystemEvent objects. |
| Fields in com.livescribe.event declared as SystemEvent | |
|---|---|
static SystemEvent |
SystemEvent.AutoOffSound
A SystemEvent instance for SE_AUTO_OFF_SOUND. |
static SystemEvent |
SystemEvent.MuteWarningOff
A SystemEvent instance for SE_MUTE_WARN_OFF. |
static SystemEvent |
SystemEvent.MuteWarningOn
A SystemEvent instance for SE_MUTE_WARN_ON. |
static SystemEvent |
SystemEvent.RecordingStarted
A SystemEvent instance for SE_RECORDING_STARTED. |
static SystemEvent |
SystemEvent.RecordingStopped
A SystemEvent instance for SE_RECORDING_STOPPED. |
static SystemEvent |
SystemEvent.ScrollPausedAtEnd
A SystemEvent instance for SE_SCROLL_PAUSED_AT_END. |
static SystemEvent |
SystemEvent.ScrollPausedAtStart
A SystemEvent instance for SE_SCROLL_PAUSED_AT_START. |
| Methods in com.livescribe.event with parameters of type SystemEvent | |
|---|---|
void |
SystemEventListener.handleSystemEvent(SystemEvent systemEvent)
Called by the system to handle SystemEvent |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||