public interface Plug
Modifier and Type | Field and Description |
---|---|
static int |
ANY |
static int |
INPUT |
static int |
OUTPUT |
Modifier and Type | Method and Description |
---|---|
void |
connectTo(Socket skt) |
boolean |
directionMatches(Socket skt) |
void |
disconnect() |
ConnectionFlavor |
getFlavor() |
java.lang.String |
getID() |
Socket |
getSocket() |
XYLocation |
getXYLocation() |
boolean |
isFree() |
void |
setXYLocation(XYLocation xyl) |
void |
syncLocation() |
static final int ANY
static final int INPUT
static final int OUTPUT
XYLocation getXYLocation()
void setXYLocation(XYLocation xyl)
void connectTo(Socket skt)
void disconnect()
java.lang.String getID()
ConnectionFlavor getFlavor()
boolean isFree()
Socket getSocket()
void syncLocation()
boolean directionMatches(Socket skt)
Copyright © 2013. All Rights Reserved.