Interface TimeZoneChangeEvent.Listener

Enclosing class:
TimeZoneChangeEvent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TimeZoneChangeEvent.Listener
Listens for TimeZoneChangeEvent on the CommonContext.getEventBus() by registration.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    void
    The new timezone ID which should be used when a timezone change is made.