JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
com.thecoderscorner.menu.mgr.NewServerConnectionListener
Packages that use
NewServerConnectionListener
Package
Description
com.thecoderscorner.menu.mgr
com.thecoderscorner.menu.remote.mgrclient
Uses of
NewServerConnectionListener
in
com.thecoderscorner.menu.mgr
Classes in
com.thecoderscorner.menu.mgr
that implement
NewServerConnectionListener
Modifier and Type
Class
Description
class
MenuManagerServer
The menu manager server component manages a menu tree locally, handling updates to both state and items, and also dealing with any remote connections.
Methods in
com.thecoderscorner.menu.mgr
with parameters of type
NewServerConnectionListener
Modifier and Type
Method
Description
void
ServerConnectionManager.
start
(
NewServerConnectionListener
listener)
Start the manager up so it starts to accept connections, the listener will be called for each new connection.
Uses of
NewServerConnectionListener
in
com.thecoderscorner.menu.remote.mgrclient
Methods in
com.thecoderscorner.menu.remote.mgrclient
with parameters of type
NewServerConnectionListener
Modifier and Type
Method
Description
void
SocketServerConnectionManager.
start
(
NewServerConnectionListener
listener)