Class CurrentlyActiveLocalesChangedEvent

  • All Implemented Interfaces:
    CockpitEvent

    public class CurrentlyActiveLocalesChangedEvent
    extends java.lang.Object
    implements CockpitEvent
    • Constructor Detail

      • CurrentlyActiveLocalesChangedEvent

        public CurrentlyActiveLocalesChangedEvent​(java.util.Locale locale)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface CockpitEvent
        Returns:
        The name of the event.
      • getData

        public java.lang.Object getData()
        Specified by:
        getData in interface CockpitEvent
        Returns:
        The data attached to the event. Can be null.
      • getSource

        public java.lang.Object getSource()
        Specified by:
        getSource in interface CockpitEvent
        Returns:
        The event source, i.e. the object which has fired the event. Can be null.