|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConnection
All connections have some common methods.
| Method Summary | |
|---|---|
void |
addConnectionListener(IConnectionListener listener)
Adds a connection listeners. |
void |
close()
Closes a conection. |
void |
open()
Opens a connection. |
void |
removeConnectionListener(IConnectionListener listener)
Removes the given connection listener. |
| Method Detail |
|---|
void open()
void close()
void addConnectionListener(IConnectionListener listener)
listener - the listener to addvoid removeConnectionListener(IConnectionListener listener)
listener - the listener to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||