Package voxo.client.actions

Examples of voxo.client.actions.RequestVoiceAction


  @Override
  public void actionPerformed(ActionEvent arg0) {

    VoiceConnexionPacket p = new VoiceConnexionPacket(c.getMe().getUsername(), c.getMe().getIp(), cc.getU().getUsername());
    new RequestVoiceAction(c, cc.getU().getIp(), p);
    cc.getCust().setVisible(true);
    cc.swapChat(true);
    cc.getPhoneCall().setBackground(Color.RED);

  }
View Full Code Here

TOP

Related Classes of voxo.client.actions.RequestVoiceAction

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.