public class FormatChangeEvent extends ControllerEvent
Modifier and Type | Field and Description |
---|---|
protected Format |
newFormat |
protected Format |
oldFormat |
Constructor and Description |
---|
FormatChangeEvent(Controller source) |
FormatChangeEvent(Controller source,
Format oldFormat,
Format newFormat) |
Modifier and Type | Method and Description |
---|---|
Format |
getNewFormat() |
Format |
getOldFormat() |
getSource, getSourceController, toString
public FormatChangeEvent(Controller source)
public FormatChangeEvent(Controller source, Format oldFormat, Format newFormat)