|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommand
The interface definition for a PureMVC Command.
INotification
Method Summary | |
---|---|
void |
execute(INotification notification)
Execute the ICommand 's logic to handle a given
INotification . |
Methods inherited from interface org.puremvc.java.interfaces.INotifier |
---|
sendNotification, sendNotification, sendNotification |
Method Detail |
---|
void execute(INotification notification)
ICommand
's logic to handle a given
INotification
.
notification
- an INotification
to handle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |