Packagecom.multiuserserver.server
Classpublic class MultiuserServerApplication
InheritanceMultiuserServerApplication Inheritance flash.display.Sprite

Multiuser Server Application Base Class: extend this class to create server side applications of your own.

Availability: 2.0.0



Public Properties
 PropertyDefined by
  application : IApplication
Application interface for communication with the server and connected clients

Availability: 2.0.0

MultiuserServerApplication
Public Methods
 MethodDefined by
  
MultiuserServerApplication
  
main():void
Main entry point: called immediately after the application object has been initialized.
MultiuserServerApplication
Property detail
applicationproperty
public var application:IApplication

Application interface for communication with the server and connected clients

Availability: 2.0.0

Constructor detail
MultiuserServerApplication()constructor
public function MultiuserServerApplication()
Method detail
main()method
public function main():void

Main entry point: called immediately after the application object has been initialized. Override this function to configure the application, delegate and event handlers.

This function should be used in preference to the class constructor

Availability: 2.0.0