public class PropertiesChanging extends EBMessage
Modifier and Type | Class | Description |
---|---|---|
static class |
PropertiesChanging.State |
Constructor | Description |
---|---|
PropertiesChanging(EBComponent source,
PropertiesChanging.State state) |
Creates a new properties changing message.
|
Modifier and Type | Method | Description |
---|---|---|
PropertiesChanging.State |
getState() |
getSource, paramString, toString
public PropertiesChanging(EBComponent source, PropertiesChanging.State state)
source
- The message sourcestate
- An enum describing what is happening.public PropertiesChanging.State getState()