FreeRDP
com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener Interface Reference
Inheritance diagram for com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener:

Public Member Functions

abstract void onSessionViewBeginTouch ()
 
abstract void onSessionViewEndTouch ()
 
abstract void onSessionViewLeftTouch (int x, int y, boolean down)
 
abstract void onSessionViewRightTouch (int x, int y, boolean down)
 
abstract void onSessionViewMove (int x, int y)
 
abstract void onSessionViewScroll (boolean down)
 

Member Function Documentation

◆ onSessionViewBeginTouch()

abstract void com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.onSessionViewBeginTouch ( )
abstract

◆ onSessionViewEndTouch()

abstract void com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.onSessionViewEndTouch ( )
abstract

◆ onSessionViewLeftTouch()

abstract void com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.onSessionViewLeftTouch ( int  x,
int  y,
boolean  down 
)
abstract

◆ onSessionViewMove()

abstract void com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.onSessionViewMove ( int  x,
int  y 
)
abstract

◆ onSessionViewRightTouch()

abstract void com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.onSessionViewRightTouch ( int  x,
int  y,
boolean  down 
)
abstract

◆ onSessionViewScroll()

abstract void com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.onSessionViewScroll ( boolean  down)
abstract

The documentation for this interface was generated from the following file: