Packagecom.whirled.game
Classpublic class LobbyClosedEvent
InheritanceLobbyClosedEvent Inheritance flash.events.Event

Dispatched if the player closes the game lobby.



Public Methods
 MethodDefined by
  
Constructor.
LobbyClosedEvent
  
clone():Event
LobbyClosedEvent
  
toString():String
LobbyClosedEvent
Public Constants
 ConstantDefined by
  LOBBY_CLOSED : String = "LobbyClosed"
[static] The type of this event.
LobbyClosedEvent
Constructor detail
LobbyClosedEvent()constructor
public function LobbyClosedEvent()

Constructor.

Method detail
clone()method
public override function clone():Event

Returns
Event
toString()method 
public override function toString():String

Returns
String
Constant detail
LOBBY_CLOSEDconstant
public static const LOBBY_CLOSED:String = "LobbyClosed"

The type of this event.