com.livescribe.event
Class SystemEvent.Config
java.lang.Object
com.livescribe.event.Event
com.livescribe.event.PenletEvent
com.livescribe.event.SystemEvent
com.livescribe.event.SystemEvent.Config
- Enclosing class:
- SystemEvent
public static class SystemEvent.Config
- extends SystemEvent
This class encapsulates system configuration values as
SystemEvent objects.
| Fields inherited from class com.livescribe.event.SystemEvent |
AutoOffSound, MuteWarningOff, MuteWarningOn, param1, param2, RecordingStarted, RecordingStopped, ScrollPausedAtEnd, ScrollPausedAtStart, SE_AUTO_OFF_SOUND, SE_DEBUG_DUMP_THREADS, SE_DOCKING_STARTED, SE_DOCKING_STOPPED, SE_DOUBLETAP, SE_DOWNLOAD_DATA_START, SE_DOWNLOAD_DATA_STOP, SE_LSP_NOT_FOUND, SE_MUTE_WARN_OFF, SE_MUTE_WARN_ON, SE_NULL, SE_OUTSIDE_PAPER_SPACE, SE_PROFILE_DUMP, SE_PROFILE_OFF, SE_PROFILE_ON, SE_PROPERTY_CHANGED, SE_RECORDING_STARTED, SE_RECORDING_STOPPED, SE_SCROLL_PAUSED_AT_END, SE_SCROLL_PAUSED_AT_START, SE_SHUTDOWN, SE_SINGLETAP, SE_TODO, SE_UPLOAD_DATA_START, SE_UPLOAD_DATA_STOP |
propertyName
public final String propertyName
- The property name. This is one of the
SystemConfig.PROPERTY_XXXX constants
propertyValue
public final Object propertyValue
- The property value. Primitive types like long, double, boolean and
byte are converted to the wrapper objects.
SystemEvent.Config
public SystemEvent.Config(String property,
Object value)
- Creates a new
Config event having the
SystemEvent.SE_PROPERTY_CHANGED type.
- Parameters:
property - the propertyvalue - the value
Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.