public interface DirectInterface
Modifier and Type | Method and Description |
---|---|
boolean |
directCommunication()
Is this instance used for direct communication (server/client in the same JVM)
|
FieldPaintInterface |
getFieldPainter()
Get the field painter.
|
MouseInterface |
getMouseHandler()
Get the mouse movement handler.
|
void |
sendDirectTransactionToClient(Transaction trans)
Called when the server wishes to send a transaction to the
client directly into the VirtualSessionManager.
|
void |
sendDirectTransactionToServer(Transaction trans)
Called when the client wishes to send a transaction to the
server/editor directly into the VirtualSessionManager.
|
void |
setDirectCommunication(boolean dc)
Set whether this instance used for direct communication (server/client in the same JVM)
|
void |
setSessionManager(ClientSessionManagerInterface sm)
Set the session manager.
|
void sendDirectTransactionToClient(Transaction trans)
void sendDirectTransactionToServer(Transaction trans)
void setSessionManager(ClientSessionManagerInterface sm)
sm
- FieldPaintInterface getFieldPainter()
MouseInterface getMouseHandler()
boolean directCommunication()
void setDirectCommunication(boolean dc)
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.