public class TaskRegistrationEvent extends GenericEvent
Modifier and Type | Class and Description |
---|---|
static interface |
TaskRegistrationEvent.Listener |
static interface |
TaskRegistrationEvent.Source |
Constructor and Description |
---|
TaskRegistrationEvent(RunStateFlag stateFlag,
ChangeType type) |
Modifier and Type | Method and Description |
---|---|
ChangeType |
getChangeType() |
RunStateFlag |
getRunStateFlag() |
boolean |
isCreate() |
boolean |
isDelete() |
boolean |
isUpdate() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString
public TaskRegistrationEvent(RunStateFlag stateFlag, ChangeType type)
public RunStateFlag getRunStateFlag()
public ChangeType getChangeType()
public boolean isCreate()
public boolean isUpdate()
public boolean isDelete()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.