public abstract class AbstractSocketListener extends Object implements Component
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractSocketListener.StopListeningException |
Constructor and Description |
---|
AbstractSocketListener() |
Modifier and Type | Method and Description |
---|---|
SocketHandler |
getSocketHandler() |
void |
setSocketHandler(SocketHandler socketHandler) |
void |
start()
Tell the component to start activity.
|
void |
stop()
Tell the component to cease activity.
|
public void start()
Component
public void stop()
Component
public SocketHandler getSocketHandler()
public void setSocketHandler(SocketHandler socketHandler)
Copyright © 2013. All Rights Reserved.