Package com.axemble.vdoc.sdk.impl
Class EventController
java.lang.Object
com.axemble.vdoc.sdk.impl.EventController
- All Implemented Interfaces:
- IEventController
Event Controller
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionProduce and return a new instance ofIEventBuildervoidSave Event
- 
Constructor Details- 
EventControllerpublic EventController()
 
- 
- 
Method Details- 
createEventBuilderDescription copied from interface:IEventControllerProduce and return a new instance ofIEventBuilder- Specified by:
- createEventBuilderin interface- IEventController
- Returns:
- a new IEventBuilderinstance
 
- 
saveEventDescription copied from interface:IEventControllerSave Event- Specified by:
- saveEventin interface- IEventController
- Parameters:
- context-- IContext
- iEvent-- IEvent
 
 
-