Interface ProxyEventCallbacks<D, T, S>

Type Parameters

  • D

  • T

  • S

Hierarchy

  • ProxyEventCallbacks

Methods

Methods

  • Gets notified right after the object has been deallocated.

    This is where you might clean up any associated state.

    Parameters

    Returns void

  • Gets notified about the method name that we’re about to forward a call to.

    This might be where you’d start out with a temporary callback that just logs the names to help you decide which methods to override.

    Parameters

    Returns void

Generated using TypeDoc