package org.contextsensitivetodo.context; public interface ContextStateChangeListener { public void handleContextStateChanged(ContextStateChangedEvent e); }