hunt.util.ApplicationEvent

Undocumented in source.

Members

Classes

ApplicationEvent
class ApplicationEvent

Class to be extended by all application events. Abstract as it doesn't make sense for generic events to be published directly.

Interfaces

ApplicationEventPublisher
interface ApplicationEventPublisher

Interface that encapsulates event publication functionality. Serves as super-interface for {@link ApplicationContext}.

Meta