.. java:import:: java.util EventListener Handler ======= .. java:package:: rsb :noindex: .. java:type:: public interface Handler extends EventListener Internal handler interface. As a client use one of the specific interfaces like \ :java:ref:`AbstractEventHandler`\ or \ :java:ref:`AbstractDataHandler`\ . :author: swrede Methods ------- internalNotify ^^^^^^^^^^^^^^ .. java:method:: void internalNotify(Event event) throws InterruptedException :outertype: Handler Internal notification with a received event. :param event: the received event the handler should process :throws InterruptedException: Execution of the handler operation was interrupted