Packagecom.godpaper.as3.services
Interfacepublic interface IConductService
Implementors PlayerIoService

IConductService.as class.This interface is used to transform conduct information, Using interfaces makes it easy to switch the actual service classes.



Public Properties
 PropertyDefined By
  connected : Boolean
[read-only]
IConductService
Public Methods
 MethodDefined By
  
initialization(... arg):void
IConductService
  
transforBrevity(type:String, value:String):String
This function will transfor a string to your game server and notify the result in the chess piece manager.
IConductService
Property Detail
connectedproperty
connected:Boolean  [read-only]


Implementation
    public function get connected():Boolean
Method Detail
initialization()method
public function initialization(... arg):void

Parameters

... arg

transforBrevity()method 
public function transforBrevity(type:String, value:String):String

This function will transfor a string to your game server and notify the result in the chess piece manager.

Parameters

type:String — the tpye of conduct's brevity.
 
value:String — the value of conduct's brevity.

Returns
String