gc3libs.events

Support for communication between parts of code through “events”.

This file collects definitions of event classes used across the library code. The actual subscription and notification mechanisms come from the implementation of the Observable/Observer pattern provided by Python’s library generic.