All Packages Class Hierarchy This Package Previous Next Index
Class edu.cmu.owl.ui.threeD.transport.TransportServer
edu.cmu.owl.ui.threeD.transport.TransportServer
- public class TransportServer
This class is responsible for sending events through the stream.
- Version:
- 1.0
-
sendEvent(ThreeDEvent)
- This method sends the given event over the stream.
sendEvent
public void sendEvent(ThreeDEvent event) throws IOException
- This method sends the given event over the stream.
- Parameters:
- event - the event to send over the stream
All Packages Class Hierarchy This Package Previous Next Index