package com.poqop.document.events; public interface Event { void dispatchOn(Object listener); }