com.threerings.crowd.server
Class PlaceManager.DelegateOp
java.lang.Object
com.threerings.crowd.server.PlaceManager.DelegateOp
- Enclosing class:
- PlaceManager
public abstract static class PlaceManager.DelegateOp
- extends Object
Used to call methods on this place manager's delegates.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_delegateClass
protected Class<? extends PlaceManagerDelegate> _delegateClass
PlaceManager.DelegateOp
public PlaceManager.DelegateOp(Class<? extends PlaceManagerDelegate> delegateClass)
apply
public abstract void apply(PlaceManagerDelegate delegate)
- Applies an operation to the supplied delegate.
shouldApply
public boolean shouldApply(PlaceManagerDelegate delegate)