|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Controller
Contract for a server controller.
Any object implementing this interface holds responsibilities over the following server's aspects:ProtocolController
interface, it acts as a
protocol controller, managing an ordinary request-reply mechanism
(synchronous semantics),IntercomListener
interface, it is able of being
connected to the other clients' controllers, thus implementing inter-client
communication (asynchronous semantics).
Method Summary |
---|
Methods inherited from interface net.sf.juoserver.api.ProtocolController |
---|
getReply, isConversationActive, postProcess |
Methods inherited from interface net.sf.juoserver.controller.IntercomListener |
---|
attach, detach, onChangedClothes, onEnteredRange, onItemDropped, onOtherMobileMovement, onOtherMobileSpeech |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |