Package journeymap.api.v2.client.event
Class FullscreenDisplayEvent.MapTypeButtonDisplayEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.impl.ClientEvent
journeymap.api.v2.client.event.FullscreenDisplayEvent
journeymap.api.v2.client.event.FullscreenDisplayEvent.MapTypeButtonDisplayEvent
- Enclosing class:
FullscreenDisplayEvent
@Deprecated
public static class FullscreenDisplayEvent.MapTypeButtonDisplayEvent
extends FullscreenDisplayEvent
Deprecated.
since this is a special event that requires special modification uses, it is suggested to not use it.
Used for adding buttons to the maptype theme button list.
We currently do not have any hooks to add map types, but this event exists for
those that want to add maptypes through your own means.
This event is not cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class journeymap.api.v2.client.event.FullscreenDisplayEvent
FullscreenDisplayEvent.AddonButtonDisplayEvent, FullscreenDisplayEvent.CustomToolbarEvent, FullscreenDisplayEvent.MapTypeButtonDisplayEvent -
Field Summary
Fields inherited from class journeymap.api.v2.common.event.impl.ClientEvent
dimensionFields inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
timestamp -
Constructor Summary
ConstructorsConstructorDescriptionMapTypeButtonDisplayEvent(IFullscreen fullscreen, ThemeButtonDisplay themeButtonDisplay) Deprecated. -
Method Summary
Methods inherited from class journeymap.api.v2.client.event.FullscreenDisplayEvent
getFullscreen, getThemeButtonDisplayMethods inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
cancel, isCancellable, isCancelled
-
Constructor Details
-
MapTypeButtonDisplayEvent
Deprecated.
-