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

All Known Implementing Classes:
ConnectionEvent

public interface IConnectionEvent


Method Summary
 IConnectableElement getConnectionSource()
          The source of current connection.
 IConnectableElement getConnectionTarget()
          The target of current connection.
 

Method Detail

getConnectionSource

IConnectableElement getConnectionSource()
The source of current connection. Null if not yet connected

Returns:

getConnectionTarget

IConnectableElement getConnectionTarget()
The target of current connection. Null if not yet connected

Returns:


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