| Package | Description |
|---|---|
| org.web4thejob.studio.controller | |
| org.web4thejob.studio.message |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractController.publish(MessageEnum id) |
void |
AbstractController.publish(MessageEnum id,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
MessageEnum |
Message.getId() |
static MessageEnum |
MessageEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageEnum[] |
MessageEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageAware.publish(MessageEnum id) |
void |
MessageAware.publish(MessageEnum id,
Object data) |
| Constructor and Description |
|---|
Message(MessageEnum id,
Controller sender) |
Message(MessageEnum id,
Controller sender,
Object data) |
Copyright © 2014. All Rights Reserved.