org.nees.tools.agent.gui
Class ConfigLoaderEvent
java.lang.Object
java.util.EventObject
org.nees.tools.agent.gui.ConfigLoaderEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ConfigLoaderEvent
- extends java.util.EventObject
This is the event class to support the org.nees.tools.agent.gui.ConfigLoaderListener interface.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
ConfigLoaderEvent
public ConfigLoaderEvent(java.lang.Object source)
- ConfigLoaderEvent constructor comment.
- Parameters:
source - java.lang.Object
ConfigLoaderEvent
public ConfigLoaderEvent(java.lang.Object source,
ScraperConfiguration sc)
- ConfigLoaderEvent constructor comment.
- Parameters:
source - java.lang.Object
getScraperConfiguration
public ScraperConfiguration getScraperConfiguration()
- Returns:
- org.nees.tools.agent.ScraperConfiguration
setScraperConfiguration
public void setScraperConfiguration(ScraperConfiguration newScraperConfiguration)
- Parameters:
newScraperConfiguration - org.nees.tools.agent.ScraperConfiguration