Package voxo.client.actions

Examples of voxo.client.actions.LogoutAction


  public void windowDeactivated(java.awt.event.WindowEvent arg0) {};

  @Override
  public void windowClosing(WindowEvent e) {
    new LogoutAction(c, me.getUsername(), this);
    if (c.getServerReceiver() != null)
      c.getServerReceiver().setGo(false);
    System.exit(0);

  }
View Full Code Here


  }

  @Override
  public void actionPerformed(ActionEvent e) {
    //Signaler le depart au srv
    new LogoutAction(c, c.getMe().getUsername(), j);
  }
View Full Code Here

TOP

Related Classes of voxo.client.actions.LogoutAction

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.