net.officefloor.eclipse.common.editpolicies.connection
Interface ConnectionChangeFactory<S,T>


public interface ConnectionChangeFactory<S,T>

Factory to create a Change to add a ConnectionModel.

Author:
Daniel Sagenschneider

Method Summary
 Change<?> createChange(S source, T target, org.eclipse.gef.requests.CreateConnectionRequest request)
          Creates a Change to add a ConnectionModel between the source and target.
 

Method Detail

createChange

Change<?> createChange(S source,
                       T target,
                       org.eclipse.gef.requests.CreateConnectionRequest request)
Creates a Change to add a ConnectionModel between the source and target.

Parameters:
source - Source Model of the ConnectionModel.
target - Target Model of the ConnectionModel.
request - CreateConnectionRequest.
Returns:
Change to add a ConnectionModel between the source and target.


Copyright © 2005-2013. All Rights Reserved.