package cnp.ew.util;

public interface CpObserver
{
    public void update(CpObservable o, int facet, Object arg);
}