Package client.CustomEvents

Examples of client.CustomEvents.SendMsgToClientEvent


        JOptionPane.showMessageDialog(null, "Client is disconnected");
        txtEnter.setText("");
        return;
      }
     
      _eventSendMsgToClient.fireEvent(new SendMsgToClientEvent(this, currRoom.get_clientID(), text));   
      // add text to UI
      currRoom.addMsg("me", text);
     
    }
    txtEnter.setText("");
View Full Code Here

TOP

Related Classes of client.CustomEvents.SendMsgToClientEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.