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