package votorola.s.gwt.scene;


/** A handler of scope change events.
  */
public interface ScopeChangeHandler extends com.google.gwt.event.shared.EventHandler
{


   // - S c o p e - C h a n g e - H a n d l e r ------------------------------------------


    /** Handles the event.
      */
    public void onScopeChange( ScopeChangeEvent e );


}