Example usage for org.apache.wicket IApplicationListener interface-usage

List of usage examples for org.apache.wicket IApplicationListener interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket IApplicationListener interface-usage.

Usage

From source file com.github.javawithmarcus.wicket.cdi.CdiShutdownCleaner.java

/**
 * Listens to application shutdown and cleans up
 *
 * @author igor
 */
class CdiShutdownCleaner implements IApplicationListener {

From source file org.onexus.website.api.pages.IPageCreator.java

public interface IPageCreator extends IApplicationListener {

    void register(IResourceRegister resourceRegister);

    boolean canCreate(PageConfig config);