Interface FrameworkEvent

All Known Implementing Classes:
FrameworkShutdownEvent, FrameworkStartEvent, InteractionFinishedEvent, InteractionStartEvent, RuntimeCloseEvent, RuntimeOpenEvent

A FrameworkEvent is published at multiple points during the lifespan of the framework. It is always created by the framework and can be subscribed to by users, who can provide own logic to run when a certain event is published.

The currently available events are:

For further information on each event visit the corresponding javadoc.