Package adams.gui.event
Class RemoteScriptingEngineUpdateEvent
- java.lang.Object
-
- java.util.EventObject
-
- adams.gui.event.RemoteScriptingEngineUpdateEvent
-
- All Implemented Interfaces:
Serializable
public class RemoteScriptingEngineUpdateEvent extends EventObject
Event that gets sent if the remote scripting engine got updated.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description RemoteScriptingEngineUpdateEvent(Object source)
Constructs a prototypical Event.
-
-
-
Constructor Detail
-
RemoteScriptingEngineUpdateEvent
public RemoteScriptingEngineUpdateEvent(Object source)
Constructs a prototypical Event.- Parameters:
source
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-