public class EventHandlerProxy<D extends Device,E extends Event<D>> extends Proxy<EventHandler<D,E>> implements EventHandler<D,E>
Constructor and Description |
---|
EventHandlerProxy() |
Modifier and Type | Method and Description |
---|---|
void |
handleError(E error) |
void |
handleEvent(E event) |
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
public void handleError(E error)
handleError
in interface EventHandler<D extends Device,E extends Event<D>>
public void handleEvent(E event)
handleEvent
in interface EventHandler<D extends Device,E extends Event<D>>