public abstract class AbstractSessionEvent extends GenericEvent implements NetEvent
GenericEvent.Listener, GenericEvent.Source| Constructor and Description |
|---|
AbstractSessionEvent(SessionId sessId) |
| Modifier and Type | Method and Description |
|---|---|
SessionId |
getSessionId()
Returns the SessionId of the client who caused the change.
|
void |
setWasCausedByMe(boolean wasCausedByMe)
Tells whether the event was caused by the client himself.
|
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
boolean |
wasCausedByMe()
Tells whether the database change was caused by the client himself.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic AbstractSessionEvent(SessionId sessId)
public boolean wasCausedByMe()
wasCausedByMe in interface NetEventNetEvent.setWasCausedByMe(boolean)public void setWasCausedByMe(boolean wasCausedByMe)
NetEventsetWasCausedByMe in interface NetEventNetEvent.wasCausedByMe()public SessionId getSessionId()
getSessionId in interface NetEventpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.