package Agenda; import java.util.ArrayList; public interface Panel{ public void update(ArrayList event); }