com.threerings.tudey.server
Class TudeySceneManager.ProfileTickOp

java.lang.Object
  extended by com.threerings.tudey.server.TudeySceneManager.TickOp
      extended by com.threerings.tudey.server.TudeySceneManager.ProfileTickOp
All Implemented Interfaces:
ObserverList.ObserverOp<TudeySceneManager.TickParticipant>
Enclosing class:
TudeySceneManager

protected static class TudeySceneManager.ProfileTickOp
extends TudeySceneManager.TickOp

Extends the tick op with profiling bits.


Field Summary
 
Fields inherited from class com.threerings.tudey.server.TudeySceneManager.TickOp
_timestamp
 
Constructor Summary
protected TudeySceneManager.ProfileTickOp()
           
 
Method Summary
 boolean apply(TudeySceneManager.TickParticipant participant)
           
 
Methods inherited from class com.threerings.tudey.server.TudeySceneManager.TickOp
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TudeySceneManager.ProfileTickOp

protected TudeySceneManager.ProfileTickOp()
Method Detail

apply

public boolean apply(TudeySceneManager.TickParticipant participant)
Specified by:
apply in interface ObserverList.ObserverOp<TudeySceneManager.TickParticipant>
Overrides:
apply in class TudeySceneManager.TickOp