|
|||||||||
| 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,
Command command)
Renders a directive to execute the command on the client. |
| Method Detail |
|---|
void render(RenderContext rc,
Command command)
rc - the relevant RenderContextcommand - the Command to execute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||