org.glassfish.tyrus.sample.draw
Class GroupDrawServer

java.lang.Object
  extended by org.glassfish.tyrus.sample.draw.GroupDrawServer

public class GroupDrawServer
extends Object

Author:
Danny Coward (danny.coward at oracle.com)

Constructor Summary
GroupDrawServer()
           
 
Method Summary
 void onClose(Session session)
           
 void onOpen(Session session)
           
 void shapeCreated(String message, Session client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupDrawServer

public GroupDrawServer()
Method Detail

onOpen

public void onOpen(Session session)

onClose

public void onClose(Session session)

shapeCreated

public void shapeCreated(String message,
                         Session client)
                  throws IOException,
                         EncodeException
Throws:
IOException
EncodeException


Copyright © 2012. All Rights Reserved.