public interface EventBuilderHelper
EventBuilder before creating the
Event itself.| Modifier and Type | Method and Description |
|---|---|
void |
helpBuildingEvent(EventBuilder eventBuilder)
Adds extra elements to the
EventBuilder before calling EventBuilder.build(). |
void helpBuildingEvent(EventBuilder eventBuilder)
EventBuilder before calling EventBuilder.build().
EventBuilderHelper are supposed to only add details to the Event before it's built. Calling the
EventBuilder.build() method from the helper will prevent the event from being built properly.
eventBuilder - event builder to enhance before the event is built.Copyright © 2012–2014. All rights reserved.