
package org.appborg;


public interface ABEventHandler {
	
	public void handleEvent(ABEvent e) throws Exception;
}
