com.evolveum.midpoint.common.patch
Interface PatchingListener


public interface PatchingListener

Since:
0.1
Version:
$Revision$ $Date$
Author:
Igor Farinic

Method Summary
 void applied(PropertyModificationType change)
           
 boolean isApplicable(PropertyModificationType change)
           
 

Method Detail

isApplicable

boolean isApplicable(PropertyModificationType change)
Parameters:
change -
Returns:
true - if change should be applied, false otherwise

applied

void applied(PropertyModificationType change)


Copyright © 2011 evolveum. All Rights Reserved.