Class AbstractSettingsEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SaveSettingsEvent

    class AbstractSettingsEvent
    extends java.util.EventObject
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File settingsLocation  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractSettingsEvent​(java.lang.Object source, java.io.File settingsLocation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getSettingsLocation()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • settingsLocation

        private final java.io.File settingsLocation
    • Constructor Detail

      • AbstractSettingsEvent

        public AbstractSettingsEvent​(java.lang.Object source,
                                     java.io.File settingsLocation)
        Parameters:
        source -
    • Method Detail

      • getSettingsLocation

        public java.io.File getSettingsLocation()