Constructor and Description |
---|
SessionStorageChangedEventArgs(java.util.UUID sessionId,
java.lang.String key,
java.lang.String newValue,
SessionStorageChangeType changeType)
Initializes event arguments for a session storage changed event.
|
Modifier and Type | Method and Description |
---|---|
SessionStorageChangeType |
getChangeType()
Returns the content of the "changeType" argument of the event object.
|
java.lang.String |
getKey()
Returns the content of the "key" argument of the event object.
|
java.lang.String |
getNewValue()
Returns the content of the "newValue" argument of the event object.
|
java.util.UUID |
getSessionId()
Returns the unique identifier of the session where the event occurred.
|
public SessionStorageChangedEventArgs(java.util.UUID sessionId, java.lang.String key, java.lang.String newValue, SessionStorageChangeType changeType)
sessionId
- The unique identifier of the session where the event occurred.key
- The session storage key.newValue
- The value at the specified path after the change.changeType
- The type of change that occurred.public java.lang.String getKey()
public java.util.UUID getSessionId()
public java.lang.String getNewValue()
public SessionStorageChangeType getChangeType()
© 2010 - 2018 Calgary Scientific Inc. All Rights Reserved.
This documentation shall not wholly or in part, in any form or by any means, electronic, mechanical, including photocopying, be reproduced or transmitted without the authorized, written consent of Calgary Scientific.