Class 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
    • 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.