Package com.persequor.extension.frontend
Interface IEventDataExtension
public interface IEventDataExtension
You should implement this to add/manipulate the event details in the UI
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(Event event, IEventDataConfiguration configuration) Will be called to let you modify the event details in the UI.
-
Method Details
-
configure
Will be called to let you modify the event details in the UI.- Parameters:
event
- the event for which details are shownconfiguration
- the object in which you register your changes
-