| Package | Description |
|---|---|
| com.threerings.crowd.server |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceManager.addDelegate(PlaceManagerDelegate delegate)
Adds the supplied delegate to the list for this manager.
|
abstract void |
PlaceManager.DelegateOp.apply(PlaceManagerDelegate delegate)
Applies an operation to the supplied delegate.
|
boolean |
PlaceManager.DelegateOp.shouldApply(PlaceManagerDelegate delegate) |
| Modifier and Type | Method and Description |
|---|---|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config,
List<PlaceManagerDelegate> delegates)
Creates and registers a new place manager along with the place object to be managed.
|
| Constructor and Description |
|---|
DelegateOp(Class<? extends PlaceManagerDelegate> delegateClass) |
Copyright © 2015. All rights reserved.