org.objectweb.jotm.core.conflict
Interface ConflictHandler


public interface ConflictHandler

The ConflictHandler interface reflects a conflict handler that is executed in case that related conflict is determined


Method Summary
 boolean handleConflict(Conflict con)
          Handle conflict.
 

Method Detail

handleConflict

public boolean handleConflict(Conflict con)
Handle conflict. This method is executed when given conflict is determined.

Parameters:
con - determined conflict