PenProfile 2.x

com.livescribe.event
Class SystemEvent.Config

java.lang.Object
  extended by com.livescribe.event.Event
      extended by com.livescribe.event.PenletEvent
          extended by com.livescribe.event.SystemEvent
              extended by com.livescribe.event.SystemEvent.Config
Enclosing class:
SystemEvent

public static class SystemEvent.Config
extends SystemEvent

This class encapsulates system configuration values as SystemEvent objects.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.livescribe.event.SystemEvent
SystemEvent.Config
 
Field Summary
 String propertyName
          The property name.
 Object propertyValue
          The property value.
 
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
 
Fields inherited from class com.livescribe.event.PenletEvent
size, time
 
Fields inherited from class com.livescribe.event.Event
consumed, eventId
 
Constructor Summary
SystemEvent.Config(String property, Object value)
          Creates a new Config event having the SystemEvent.SE_PROPERTY_CHANGED type.
 
Method Summary
 
Methods inherited from class com.livescribe.event.SystemEvent
toString
 
Methods inherited from class com.livescribe.event.PenletEvent
getTime, toDate
 
Methods inherited from class com.livescribe.event.Event
consume, getId, isConsumed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

SystemEvent.Config

public SystemEvent.Config(String property,
                          Object value)
Creates a new Config event having the SystemEvent.SE_PROPERTY_CHANGED type.

Parameters:
property - the property
value - the value

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.