Package com.avpkit.mediatool.event

Events that can be fired by the com.avpkit.mediatool package. IEvent is the top of the interface inheritance tree. If a given interface is instantiable as an event, you will find a class with the same name without the starting "I"

Mixin classes (e.g. AEventMixin) are provided as abstract classes implementing all the methods implied by their name, but not actually declaring the interface. In this way child classes can extend them, but separately decide which functionality to admit they have to the outside world.