com.dat.cx
Class CxExtendsWirePortChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.dat.cx.CxExtendsWirePortChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class CxExtendsWirePortChangeEvent
extends java.util.EventObject

CxExtendsPropertyChangeEvents are dispatched to any registered listeners notifying them that a port setting on a wire has been changed.

See Also:
Serialized Form

Constructor Summary
CxExtendsWirePortChangeEvent(java.lang.Object source, java.lang.String wirePath, java.lang.String portPath, boolean direction)
          Constructor
 
Method Summary
 boolean getDirection()
          Get the direction
 java.lang.String getPortPath()
          Get the path to the new port assignment.
 java.lang.String getWirePath()
          Get the path to changed wire.
 
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

CxExtendsWirePortChangeEvent

public CxExtendsWirePortChangeEvent(java.lang.Object source,
                                    java.lang.String wirePath,
                                    java.lang.String portPath,
                                    boolean direction)
Constructor
Parameters:
source - the extends from component
wirePath - the path within the extends from component to the descendent wire.
portPath - the path within the extends from component to the descendent port.
direction - the direction on the port.
Method Detail

getWirePath

public java.lang.String getWirePath()
Get the path to changed wire.
Returns:
path to the changed wire.

getPortPath

public java.lang.String getPortPath()
Get the path to the new port assignment.
Returns:
path to the new port assignment.

getDirection

public boolean getDirection()
Get the direction
Returns:
the direction