Class LoadSettingsEvent

    • Method Detail

      • asBoolean

        public boolean asBoolean​(String key)
      • asInt

        public int asInt​(String key)
      • getSettingsStartingWith

        public Collection getSettingsStartingWith​(String string)
        Returns an unmodifiable Collection of values whose setting key begins (String.startsWith()) the specified string.
        Parameters:
        string -