Interface IfaceAware.IfaceCallback<T>

Enclosing interface:
IfaceAware<T extends BinaryMsgIface>

public static interface IfaceAware.IfaceCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    callback(T iface)
    Callback with the non-null iface, ensuring the iface object is stable for the duration of the callback.
  • Method Details

    • callback

      void callback(T iface) throws Exception
      Callback with the non-null iface, ensuring the iface object is stable for the duration of the callback.
      Parameters:
      iface - the iface to use for the callback
      Throws:
      Exception