public interface VgMyLayerAndCameraListener
Modifier and Type | Method and Description |
---|---|
void |
layerChangedTo(VgMyLayerAndCameraHandler pSender,
java.lang.String pFloorFrom,
java.lang.String pFloorTo)
Notification that the layer focus did change.
|
void |
layerWillChangeFrom(VgMyLayerAndCameraHandler pSender,
java.lang.String pLayerFrom,
java.lang.String pLayerTo)
Notification that the layer focus is about to change
|
void |
viewDidChange(VgMyLayerAndCameraHandler pSender,
boolean pDoesChangeFromGlobalToDetailed)
Notification that the view has changed its 'mode' (global or detailed)
|
void |
viewWillChange(VgMyLayerAndCameraHandler pSender,
boolean pDoesChangeFromGlobalToDetailed)
Notification that the view will change its 'mode' (global or detailed)
|
void layerWillChangeFrom(VgMyLayerAndCameraHandler pSender, java.lang.String pLayerFrom, java.lang.String pLayerTo)
pLayerFrom
- The layer which currently has focuspLayerTo
- The layer which will soon have the focusvoid layerChangedTo(VgMyLayerAndCameraHandler pSender, java.lang.String pFloorFrom, java.lang.String pFloorTo)
pFloorFrom
- The layer which previously had the focus.pFloorTo
- The layer which currently has the focus.void viewWillChange(VgMyLayerAndCameraHandler pSender, boolean pDoesChangeFromGlobalToDetailed)
pDoesChangeFromGlobalToDetailed
- True if the view switch to global view,
False if it switches to the detailed view.void viewDidChange(VgMyLayerAndCameraHandler pSender, boolean pDoesChangeFromGlobalToDetailed)
pSender
- pDoesChangeFromGlobalToDetailed
- True if the view switch to global view,
False if it switches to the detailed view.