Package 

Interface ConfigAction


  • 
    public interface ConfigAction
    
                        

    Action callback to update or read the current configuration object

    • Method Summary

      Modifier and Type Method Description
      abstract void run(@NonNull() Config config) Action to run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

         abstract void run(@NonNull() Config config)

        Action to run

        Parameters:
        config - The configuration object to update