public abstract class AbstractConnection extends java.lang.Object implements Connection
Connection.Listener, Connection.ListenerAdapter| Constructor and Description |
|---|
AbstractConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Connection.Listener listener) |
void |
contactListeners4Received(byte[] bytes) |
void |
contactListeners4Sent(byte[] bytes) |
java.util.List<Connection.Listener> |
getListeners() |
void |
removeListener(Connection.Listener listener) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic void addListener(Connection.Listener listener)
addListener in interface Connectionpublic void removeListener(Connection.Listener listener)
removeListener in interface Connectionpublic java.util.List<Connection.Listener> getListeners()
public void contactListeners4Sent(byte[] bytes)
public void contactListeners4Received(byte[] bytes)
Copyright © 2016. All rights reserved.