proper.gui.core.event
Class ConnectorChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by proper.gui.core.event.ConnectorChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectorChangeEvent
extends java.util.EventObject

This Event is fired by a component that handles a Connector object and the the state of this connector is changed. Useful if one Connector object is shared between different components in order to update their states.

Version:
$Revision: 1.2 $
Author:
FracPete
See Also:
Connector, ConnectorChangeListener, Serialized Form

Constructor Summary
ConnectorChangeEvent(java.lang.Object source, Connector conn)
          creates an event with the given Connector
 
Method Summary
 Connector getConnector()
          returns the Connector instance
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorChangeEvent

public ConnectorChangeEvent(java.lang.Object source,
                            Connector conn)
creates an event with the given Connector

Method Detail

getConnector

public Connector getConnector()
returns the Connector instance