Class ServerOptionsRegistryEvent


public class ServerOptionsRegistryEvent extends CommonEvent
Fired on the server when it is time for server plugins to register their configuration options.

Server plugins should create their Option instances in a handler for this event (subscribed via ServerEventRegistry.OPTIONS_REGISTRY_EVENT). Options self-register into OptionsRegistry when constructed, and JourneyMap reads that registry to build the server addon options shown in the Server Admin options screen.

This event is not cancellable.

  • Constructor Details

    • ServerOptionsRegistryEvent

      public ServerOptionsRegistryEvent()