net.officefloor.eclipse.common.editpolicies.layout
Interface DeleteChangeFactory<M>


public interface DeleteChangeFactory<M>

Factory to create a Change to delete a Model.

Author:
Daniel Sagenschneider

Method Summary
 Change<M> createChange(M target)
          Creates the Change.
 

Method Detail

createChange

Change<M> createChange(M target)
Creates the Change.

Parameters:
target - Model to be deleted.
Returns:
Change to delete the Model.


Copyright © 2005-2013. All Rights Reserved.