sparkle-engine

Interface IListened

interface IListened {
    emitter: EventEmitter<any>;
    eventName: string;
    func: Function;
}

Properties

emitter: EventEmitter<any>
eventName: string
func: Function