All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dxee.dject.event.ApplicationEventRegistration Maven / Gradle / Ivy

Go to download

A collection of guice extensions, help to improve the developer experience of guice.

There is a newer version: 1.5.1
Show newest version
package com.github.dxee.dject.event;

/**
 * Interface to unregistering a subscriber to events. Returned from {@link ApplicationEventDispatcher} 
 * whenever a received is programmatically registered. 
 */
public interface ApplicationEventRegistration {
    
    void unregister();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy