Package voxo.server.actions

Examples of voxo.server.actions.SendEmailAction


          break;
        case CLIENT_SearchRequest:
          new ClientSearchRequestAction(ip, (String) p.getO());
          break;
        case CLIENT_SendEmail:
          new SendEmailAction(ip, (ChatPacket) p.getO());
          break;
        case CLIENT_HeartBeat:
          hb.respondBeat(ip.getHostAddress());
          break;
        default:
View Full Code Here

TOP

Related Classes of voxo.server.actions.SendEmailAction

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.