Package voxo.server.actions

Examples of voxo.server.actions.ContactRemoveAction


          break;
        case CLIENT_ConfirmContact:
          new ContactAcceptAction(ip, (ClientRequestPacket) p.getO());
          break;
        case CLIENT_RemoveContact:
          new ContactRemoveAction(ip, (ClientRequestPacket) p.getO());
          break;
        case CLIENT_SearchRequest:
          new ClientSearchRequestAction(ip, (String) p.getO());
          break;
        case CLIENT_SendEmail:
View Full Code Here

TOP

Related Classes of voxo.server.actions.ContactRemoveAction

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.