Interface Listener<E extends ApplicationEvent>

Type Parameters:
E - event class
All Superinterfaces:
ApplicationListener<E>, EventListener
All Known Implementing Classes:
AddCurrentFolderInfoEventListener, AddExtraHeadersListener, ExceptionEventListener, OptionsRequestListener, ResolveCommandEventListener

public interface Listener<E extends ApplicationEvent> extends ApplicationListener<E>
Common interface for CKFinder event listeners.