Release Notes > JTGO 4.0 Release Notes > New Features > Interactors

It is now possible to customize the events that are passed to the actions in the interactors. It is no longer necessary to override the method IlpAbstractInteractor.createActionEvent(IlpInteractionContext,IlpInteractionState,int). Instead, you should register an IlpActionEventFactory to create the different events according to the interactor type, and to the action that is to be triggered. For more information, refer to the method IlpAbstractInteractor.setActionEventFactory in the JTGO Java API Reference Documentation.