Package com.aquima.interactions.foundation.events


package com.aquima.interactions.foundation.events
The event package defines a few classes and interfaces for generic event propegation.
  • Class
    Description
    The event dispatcher class is used to forward an event to it's listeners and parent dispatcher.
    Base interface for all event classes.
    The event channel interface exposes methods that classes should implement in order to function as a source for events for listeners.
    This class is responsible for distributing events to the Listeners, they can be chained forward to their parents.
    Interface for event listeners.
    This exception is used to indicate an invalid listener is detected.