org.nees.tools.agent.gui
Class ConfigLoaderEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConfigLoaderEvent(java.lang.Object source)
          ConfigLoaderEvent constructor comment.
ConfigLoaderEvent(java.lang.Object source, ScraperConfiguration sc)
          ConfigLoaderEvent constructor comment.
 
Method Summary
 ScraperConfiguration getScraperConfiguration()
           
 void setScraperConfiguration(ScraperConfiguration newScraperConfiguration)
           
 
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
 

Constructor Detail

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
Method Detail

getScraperConfiguration

public ScraperConfiguration getScraperConfiguration()
Returns:
org.nees.tools.agent.ScraperConfiguration

setScraperConfiguration

public void setScraperConfiguration(ScraperConfiguration newScraperConfiguration)
Parameters:
newScraperConfiguration - org.nees.tools.agent.ScraperConfiguration