Package-level declarations

The mouse and keyboard input callbacks.

The mouse and keyboard input callbacks.

Types

Link copied to clipboard
public interface CancelTouchCallback implements BrowserSyncCallback<P, R>
public interface CancelTouchCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a TouchCanceled event is about to be processed by the browser.
Link copied to clipboard
public interface EndTouchCallback implements BrowserSyncCallback<P, R>
public interface EndTouchCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a TouchEnded event is about to be processed by the browser.
Link copied to clipboard
public interface EnterMouseCallback implements BrowserSyncCallback<P, R>
public interface EnterMouseCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a MouseEntered event is about to be processed by the browser.
Link copied to clipboard
public interface ExitMouseCallback implements BrowserSyncCallback<P, R>
public interface ExitMouseCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a MouseExited event is about to be processed by the browser.
Link copied to clipboard
public interface MoveMouseCallback implements BrowserSyncCallback<P, R>
public interface MoveMouseCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a MouseMoved event is about to be processed by the browser.
Link copied to clipboard
public interface MoveMouseWheelCallback implements BrowserSyncCallback<P, R>
public interface MoveMouseWheelCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a MouseWheel event is about to be processed by the browser.
Link copied to clipboard
public interface MoveTouchCallback implements BrowserSyncCallback<P, R>
public interface MoveTouchCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a TouchMoved event is about to be processed by the browser.
Link copied to clipboard
public interface PressKeyCallback implements BrowserSyncCallback<P, R>
public interface PressKeyCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a KeyPressed event is about to be processed by the browser.
Link copied to clipboard
public interface PressMouseCallback implements BrowserSyncCallback<P, R>
public interface PressMouseCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a MousePressed event is about to be processed by the browser.
Link copied to clipboard
public interface ReleaseKeyCallback implements BrowserSyncCallback<P, R>
public interface ReleaseKeyCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a KeyReleased event is about to be processed by the browser.
Link copied to clipboard
public interface ReleaseMouseCallback implements BrowserSyncCallback<P, R>
public interface ReleaseMouseCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a MouseReleased event is about to be processed by the browser.
Link copied to clipboard
public interface StartTouchCallback implements BrowserSyncCallback<P, R>
public interface StartTouchCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a TouchStarted event is about to be processed by the browser.
Link copied to clipboard
public interface TypeKeyCallback implements BrowserSyncCallback<P, R>
public interface TypeKeyCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a KeyTyped event is about to be processed by the browser.