Package liquibase.analytics
Class NoOpAnalyticsListener
java.lang.Object
liquibase.analytics.NoOpAnalyticsListener
- All Implemented Interfaces:
AnalyticsListener,Plugin
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidhandleEvent(Event event) Handles the specified event.boolean
-
Constructor Details
-
NoOpAnalyticsListener
public NoOpAnalyticsListener()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceAnalyticsListener
-
handleEvent
Description copied from interface:AnalyticsListenerHandles the specified event. Implementations of this method should define the logic for processing the event that is passed as a parameter.- Specified by:
handleEventin interfaceAnalyticsListener- Parameters:
event- the event to be handled.
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceAnalyticsListener
-