public class PlaceViewUtil extends Object
| Constructor and Description |
|---|
PlaceViewUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dispatchDidLeavePlace(Object root,
PlaceObject plobj)
Dispatches a call to
PlaceView.didLeavePlace(com.threerings.crowd.data.PlaceObject) to all UI elements in the hierarchy
rooted at the component provided via the root parameter. |
static void |
dispatchWillEnterPlace(Object root,
PlaceObject plobj)
Dispatches a call to
PlaceView.willEnterPlace(com.threerings.crowd.data.PlaceObject) to all UI elements in the hierarchy
rooted at the component provided via the root parameter. |
public static void dispatchWillEnterPlace(Object root, PlaceObject plobj)
PlaceView.willEnterPlace(com.threerings.crowd.data.PlaceObject) to all UI elements in the hierarchy
rooted at the component provided via the root parameter.root - the component at which to start traversing the UI hierarchy.plobj - the place object that is about to be entered.public static void dispatchDidLeavePlace(Object root, PlaceObject plobj)
PlaceView.didLeavePlace(com.threerings.crowd.data.PlaceObject) to all UI elements in the hierarchy
rooted at the component provided via the root parameter.root - the component at which to start traversing the UI hierarchy.plobj - the place object that is about to be entered.Copyright © 2015. All rights reserved.