package fr.upem.touchevent;

public interface ShapeListener {
    public void onChange();	
}
