1 package org.apache.beehive.controls.api.events; 2 19 20 import java.lang.reflect.InvocationTargetException ; 21 22 import org.apache.beehive.controls.api.context.ControlHandle; 23 24 28 public interface EventDispatcher 29 { 30 43 public Object dispatchEvent(ControlHandle target, EventRef event, Object [] args) 44 throws IllegalAccessException , IllegalArgumentException , 45 InvocationTargetException ; 46 } 47 | Popular Tags |