public static interface MapModuleManager.MapModuleChangeObserver
Modifier and Type | Method and Description |
---|---|
void |
afterMapClose(MapModule oldMapModule,
Mode oldMode) |
void |
afterMapModuleChange(MapModule oldMapModule,
Mode oldMode,
MapModule newMapModule,
Mode newMode) |
void |
beforeMapModuleChange(MapModule oldMapModule,
Mode oldMode,
MapModule newMapModule,
Mode newMode) |
boolean |
isMapModuleChangeAllowed(MapModule oldMapModule,
Mode oldMode,
MapModule newMapModule,
Mode newMode)
The params may be null to indicate the there was no previous map,
or that the last map is closed now.
|
void |
numberOfOpenMapInformation(int number)
To enable/disable the previous/next map actions.
|
boolean isMapModuleChangeAllowed(MapModule oldMapModule, Mode oldMode, MapModule newMapModule, Mode newMode)
void beforeMapModuleChange(MapModule oldMapModule, Mode oldMode, MapModule newMapModule, Mode newMode)
void afterMapModuleChange(MapModule oldMapModule, Mode oldMode, MapModule newMapModule, Mode newMode)
void numberOfOpenMapInformation(int number)