|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines an output implementation.
This interface acts as the implementor in the bridge pattern.
Implementation classes must be thread-safe.
Output
Method Summary | |
void |
close()
Close the input if needed. |
boolean |
isClosed()
Check whether the output is closed or not. |
void |
write(ICommand command)
Write one command. |
Method Detail |
public void write(ICommand command)
command
- the command to writepublic void close()
public boolean isClosed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |