Examples of LoggedOutEventArgs


Examples of com.ngt.jopenmetaverse.shared.sim.events.nm.LoggedOutEventArgs

        for (LogoutReplyPacket.InventoryDataBlock InventoryData :logout.InventoryData)
        {
          itemIDs.add(InventoryData.ItemID);
        }

        OnLoggedOut.raiseEvent(new LoggedOutEventArgs(itemIDs));
      }

      // If we are receiving a LogoutReply packet assume this is a client initiated shutdown
      Shutdown(DisconnectType.ClientInitiated);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.