Libticketto
    Preparing search index...

    Interface EventSubscription<T>

    interface EventSubscription<T> {
        on(callback: (event: T) => void): void;
    }

    Type Parameters

    • T
    Index

    Methods

    Methods