public class EditSettingsChangeEvent extends EventObject
source
Constructor and Description |
---|
EditSettingsChangeEvent(EditSettings source)
Creates a new instance of this class.
|
EditSettingsChangeEvent(Object source,
WorkingMode previousWorkingMode)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
WorkingMode |
getPreviousWorkingMode()
Returns the working mode that the source object had before this event happened.
|
EditSettings |
getSource() |
toString
public EditSettingsChangeEvent(EditSettings source)
source
.source
- the object firing this eventpublic EditSettingsChangeEvent(Object source, WorkingMode previousWorkingMode)
source
- the object firing this eventpreviousWorkingMode
- the working mode source
had before this event happenedpublic EditSettings getSource()
getSource
in class EventObject
public WorkingMode getPreviousWorkingMode()