Component

@Emits(events = [""sample"", ""event"", ""list""])
interface Component

Classes that implement this interface will be designed to work with the EventEmitter System Classes that implement this interface should use the Emits and ListensFor annotations

Inheritors