Package com.iizigo.prop
Interface IDeleteOperation
- All Known Implementing Classes:
- EditorVSColumnHeader
public interface IDeleteOperation
Interface a property can implement to handle a delete operation that is invoked by the user.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- boolean- performDelete- (Set<GProp<?>> afterOperationSelection, ComplexOperation op) Performs the delete operation on the property.
- Method Details- performDeletePerforms the delete operation on the property.- Parameters:
- afterOperationSelection- Fill the properties to select after operation completes.
- op- The complex operation instance.
- Returns:
- true for success, false for failure (further operations will not take place).