public static interface IARegion.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
onEnterRegion(IARegion region)
Called to report that user has entered a new region.
|
void |
onExitRegion(IARegion region)
Called to report that user has exited a region.
|
void onEnterRegion(IARegion region)
void onExitRegion(IARegion region)
onEnterRegion(IARegion) when changing
from one region to another.