|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandSynchronizePeer
A stateless peer object used to render the given type of
nextapp.echo2.app.Command
to the client.
A single instance of a given
CommandSynchronizePeer
will be created to synchronize the state
of ALL instances of a particular class of
Command
. Thus, it is not possible to
store information about a command's state in this object.
Method Summary | |
---|---|
void |
render(RenderContext rc,
nextapp.echo2.app.Command command)
Renders a directive to execute the command on the client. |
Method Detail |
---|
void render(RenderContext rc, nextapp.echo2.app.Command command)
rc
- the relevant RenderContext
command
- the Command
to execute
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |