Event¶
Operations Method¶
- Event is newly added to event group list.
- Necessary information is stated to items like [Display Name] and [Event Key].
- Event factory is set on the [Event Factory] screen.
- On the [Event Trigger] screen, set pre-processing trigger and psot-processing trigger as required.
- When saved, config file and Java file related to the event framework are automatically generated.
Setting Items¶
Each setting item should be set after event is registered in the event group list and target event is focused.
Event Screen
Item Description Display Name It is a label to display event. Event Key It sets the key to call the event. Event Class Name It sets the event class associated with this event. Event Process Result Name It sets the event process result class associated with this event. Description It gives the description about this event.
Event Factory Screen
Item Description Event Factory Name It specifies the event factory used by the event Parameter It specifies parameters when creating event factory.
Event Trigger Screen
Item Description Before Trigger It specifies the trigger before executing event process. After Trigger It specifies the trigger after executing event process.
Event related Class Creation Wizard¶
When the class related to event is created, class can be created by using wizard.
- Event Class Name (class creation)
Item Description Creation from existing class Class that was already created is specified. Creation of new class New event class is created. Event class created will be the class that
inherits jp.co.intra_mart.framework.base.event.Event.Creation from skeleton Creates event class based on template of event class available in e Builder.
- Event Process Result Name (class creation)
Item Description Creation from existing class Class that was already created is specified. Creation of new class New event process result class is created. Event process result class created will be the class that
implements interface jp.co.intra_mart.framework.base.event.EventResult.Creation from skeleton Creates event process result class based on template of event process result class available in e Builder.