com.evolveum.midpoint.model.lens
Interface LensDebugListener


public interface LensDebugListener

Interface used to intercept the SyncContext as it passes through the computation. It is mostly used in tests. EXPERIMENTAL

Author:
Radovan Semancik

Method Summary
<F extends ObjectType,P extends ObjectType>
void
afterSync(LensContext<F,P> context)
           
<F extends ObjectType,P extends ObjectType>
void
beforeSync(LensContext<F,P> context)
           
 

Method Detail

beforeSync

<F extends ObjectType,P extends ObjectType> void beforeSync(LensContext<F,P> context)

afterSync

<F extends ObjectType,P extends ObjectType> void afterSync(LensContext<F,P> context)


Copyright © 2012 evolveum. All Rights Reserved.