Added tick services to EZGame.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@82 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -74,5 +74,16 @@ public interface EZGameService extends InvocationService
|
||||
client :Client, collName :String, consume :Boolean, count :int,
|
||||
msgOrPropName :String, playerIndex :int,
|
||||
listener :InvocationService_ConfirmListener) :void;
|
||||
|
||||
/**
|
||||
* Start a ticker that will send out timestamp information at
|
||||
* the interval specified.
|
||||
*
|
||||
* @param msOfDelay must be at least 50, or 0 may be set to halt
|
||||
* and clear a previously started ticker.
|
||||
*/
|
||||
function setTicker (
|
||||
client :Client, tickerName :String, msOfDelay :int,
|
||||
listener :InvocationService_InvocationListener) :void;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user