public abstract static class PlaceController.DelegateOp extends Object
| Constructor and Description |
|---|
DelegateOp(Class<? extends PlaceControllerDelegate> delegateClass) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply(PlaceControllerDelegate delegate)
Applies an operation to the supplied delegate.
|
boolean |
shouldApply(PlaceControllerDelegate delegate) |
public DelegateOp(Class<? extends PlaceControllerDelegate> delegateClass)
public abstract void apply(PlaceControllerDelegate delegate)
public boolean shouldApply(PlaceControllerDelegate delegate)
Copyright © 2015. All rights reserved.