package org.gcube.smartgears.handlers.application; import org.gcube.smartgears.handlers.Handler; /** * A {@link Handler} of {@link ApplicationEvent}s. * * @author Fabio Simeoni * * @param the self type of the handler. * * @see ApplicationEvent */ public interface ApplicationHandler> extends Handler> { }