public abstract class SystemDataChangeEvent extends SystemEvent
SystemEvent.Source
GenericEvent.Listener
Constructor and Description |
---|
SystemDataChangeEvent(SessionId sessId,
ChangeType action) |
Modifier and Type | Method and Description |
---|---|
ChangeType |
getAction() |
boolean |
isCreate() |
boolean |
isDelete() |
boolean |
isUpdate() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
getSessionId, setWasCausedByMe, toDumpString, wasCausedByMe
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public SystemDataChangeEvent(SessionId sessId, ChangeType action)
public boolean isCreate()
public boolean isUpdate()
public boolean isDelete()
public ChangeType getAction()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class AbstractSessionEvent
Copyright © 2014 EsprIT-Systems. All Rights Reserved.