com.ebmwebsourcing.geasytools.geasyui.api.connectable.events
Interface IDisconnectionEvent

All Known Implementing Classes:
DisconnectionEvent

public interface IDisconnectionEvent


Method Summary
 IConnectableElement getDisconnectedSource()
          The source from which the connector was disconnected.
 IConnectableElement getDisconnectedTarget()
          The target from which the connector was disconnected.
 

Method Detail

getDisconnectedSource

IConnectableElement getDisconnectedSource()
The source from which the connector was disconnected. If null source as not been disconnected

Returns:

getDisconnectedTarget

IConnectableElement getDisconnectedTarget()
The target from which the connector was disconnected. If null target as not been disconnected

Returns:


Copyright © 2010-2011 Petals Link. All Rights Reserved.