Download this file
1 2 3 4 5 6 7
public interface EventLogListener { public void eventAdded(Event evt); public void eventRemoved(Event evt); public void reloadEvents(); }