Interface IOpenSettingSuccess

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IOpenSettingSuccess
Functional interface used for success callback when a setting is opened on the client side.
Author:
Christopher Mindus
  • Method Details

    • onSuccess

      void onSuccess(IClientSessionGyro clientSession, INativeSetting setting)
      Called upon success.
      Parameters:
      clientSession - The client session in question, that opened the settings.
      setting - The setting that was opened.