public abstract class ConnectionAdapter extends java.lang.Object implements ConnectionListener
| Constructor and Description |
|---|
ConnectionAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
closed(ConnectionEvent e)
A service or folder was closed.
|
void |
disconnected(ConnectionEvent e)
A service was disconnected.
|
void |
opened(ConnectionEvent e)
A service or folder was opened.
|
public void opened(ConnectionEvent e)
opened in interface ConnectionListenerpublic void disconnected(ConnectionEvent e)
disconnected in interface ConnectionListenerpublic void closed(ConnectionEvent e)
closed in interface ConnectionListener© Copyright 2003, 2004 The Free Software Foundation, All rights reserved