|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.puremvc.java.patterns.observer.Notifier
org.puremvc.java.patterns.command.SimpleCommand
org.puremvc.java.patterns.facade.FacadeTestCommand
public class FacadeTestCommand
A SimpleCommand subclass used by FacadeTest.
FacadeTest
,
FacadeTestVO
Constructor Summary | |
---|---|
FacadeTestCommand()
Constructor. |
Method Summary | |
---|---|
void |
execute(org.puremvc.java.interfaces.INotification note)
Fabricate a result by multiplying the input by 2 |
Methods inherited from class org.puremvc.java.patterns.observer.Notifier |
---|
sendNotification, sendNotification, sendNotification |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.puremvc.java.interfaces.INotifier |
---|
sendNotification, sendNotification, sendNotification |
Constructor Detail |
---|
public FacadeTestCommand()
Method Detail |
---|
public void execute(org.puremvc.java.interfaces.INotification note)
execute
in interface org.puremvc.java.interfaces.ICommand
execute
in class org.puremvc.java.patterns.command.SimpleCommand
note
- the Notification carrying the FacadeTestVO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |