|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Event
Event notification.
| Nested Class Summary | |
|---|---|
static class |
Event.Type
Type of event notification. |
| Method Summary | |
|---|---|
java.lang.String |
getEventAction()
Returns the action that has been performed |
Event.Type |
getEventType()
Type of event notification. |
java.lang.Class<?> |
getScope()
The scope of the object on which the action is performed. |
java.lang.Object |
getSource()
Returns the object that published the event |
| Method Detail |
|---|
Event.Type getEventType()
java.lang.String getEventAction()
java.lang.Class<?> getScope()
java.lang.Object getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||