Package net.sphene.goim.stats.game

Examples of net.sphene.goim.stats.game.GameStatusExtension


    db.commit();
    Iterator i = oldWrapper.presence.getExtensions();
    while(i.hasNext()) {
      PacketExtension ex = (PacketExtension)i.next();
      if(ex instanceof GameStatusExtension) {
        GameStatusExtension status = (GameStatusExtension)ex;
        String gameId = status.gameId;
        String destination;
        if(status.gameId.equals("lfss2")) {
          destination = status.atts.get("servername");
        } else {
View Full Code Here

TOP

Related Classes of net.sphene.goim.stats.game.GameStatusExtension

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.