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.
Listens for
TimeZoneChangeEvent
on the CommonContext.getEventBus()
by registration.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onTimeZoneChange
(TimeZoneChangeEvent changeEvent) void
onTimeZoneChange
(String timeZoneId) The new timezone ID which should be used when a timezone change is made.
-
Method Details
-
onTimeZoneChange
-
onTimeZoneChange
The new timezone ID which should be used when a timezone change is made. This will be a well-knownTimeZone
ID,TimeZoneChangeEvent.DESIGNER_TIMEZONE_ID
,TimeZoneChangeEvent.GATEWAY_TIMEZONE_ID
, ornull
if this value is not set or is un-set.
-