public abstract class ConnectionAdapter extends Object implements ConnectionListener
Constructor and Description |
---|
ConnectionAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
closed(ConnectionEvent event)
Called when a connection is closed.
|
void |
disconnected(ConnectionEvent event)
Called when a connection is disconnected.
|
void |
opened(ConnectionEvent event)
Called when a connection is opened.
|
public void closed(ConnectionEvent event)
ConnectionListener
closed
in interface ConnectionListener
public void disconnected(ConnectionEvent event)
ConnectionListener
disconnected
in interface ConnectionListener
public void opened(ConnectionEvent event)
ConnectionListener
opened
in interface ConnectionListener
Copyright © 2013. All rights reserved.