Interface LiveObject<TUpdate>

Describes the common interface for all conflict-free data structures supported by the Objects.

Type Parameters

Hierarchy

Methods

  • Experimental

    Removes all registrations that match both the specified listener and the specified event.

    Parameters

    Returns void

  • Experimental

    Deregisters all registrations, for all events and listeners.

    Returns void

  • Experimental

    Deregisters the given listener from updates for this LiveObject.

    Parameters

    Returns void

  • Experimental

    Deregisters all listeners from updates for this LiveObject.

    Returns void

Generated using TypeDoc