proper.gui.core.event
Class ConnectorChangeEvent
java.lang.Object
java.util.EventObject
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
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConnectorChangeEvent
public ConnectorChangeEvent(java.lang.Object source,
Connector conn)
- creates an event with the given Connector
getConnector
public Connector getConnector()
- returns the Connector instance