- All Implemented Interfaces:
- EventListener
public class DefaultProcessTemplateListener
extends java.lang.Object
implements EventListener
The listener class whose singleton object will be registered to the event fired right after the template data are copied for the new tenant
during tenant registration, and the event fired right before the template data are removed for the new tenant if any error occured during
tenant registration. Any exeception encountered during the process will be thrown as part of the tenant registration failure.
No commit should be done through database access.