1 package org.apache.beehive.controls.api.context; 2 3 20 21 import org.apache.beehive.controls.api.bean.ControlBean; 22 import org.apache.beehive.controls.api.events.EventDispatcher; 23 24 28 public interface ControlContainerContext extends EventDispatcher, ControlBeanContext 29 { 30 34 public void beginContext(); 35 36 40 public void endContext(); 41 42 47 public ControlHandle getControlHandle(ControlBean bean); 48 } 49 | Popular Tags |