FreeRDP
com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener Interface Reference
Inheritance diagram for com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener:

Public Member Functions

void OnSettingsChanged (int width, int height, int bpp)
 
boolean OnAuthenticate (StringBuilder username, StringBuilder domain, StringBuilder password)
 
boolean OnGatewayAuthenticate (StringBuilder username, StringBuilder domain, StringBuilder password)
 
int OnVerifiyCertificateEx (String host, long port, String commonName, String subject, String issuer, String fingerprint, long flags)
 
int OnVerifyChangedCertificateEx (String host, long port, String commonName, String subject, String issuer, String fingerprint, String oldSubject, String oldIssuer, String oldFingerprint, long flags)
 
void OnGraphicsUpdate (int x, int y, int width, int height)
 
void OnGraphicsResize (int width, int height, int bpp)
 
void OnRemoteClipboardChanged (String data)
 

Member Function Documentation

◆ OnAuthenticate()

boolean com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.OnAuthenticate ( StringBuilder  username,
StringBuilder  domain,
StringBuilder  password 
)

◆ OnGatewayAuthenticate()

boolean com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.OnGatewayAuthenticate ( StringBuilder  username,
StringBuilder  domain,
StringBuilder  password 
)

◆ OnGraphicsResize()

void com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.OnGraphicsResize ( int  width,
int  height,
int  bpp 
)

◆ OnGraphicsUpdate()

void com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.OnGraphicsUpdate ( int  x,
int  y,
int  width,
int  height 
)

◆ OnRemoteClipboardChanged()

void com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.OnRemoteClipboardChanged ( String  data)

◆ OnSettingsChanged()

void com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.OnSettingsChanged ( int  width,
int  height,
int  bpp 
)

◆ OnVerifiyCertificateEx()

int com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.OnVerifiyCertificateEx ( String  host,
long  port,
String  commonName,
String  subject,
String  issuer,
String  fingerprint,
long  flags 
)

◆ OnVerifyChangedCertificateEx()

int com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.OnVerifyChangedCertificateEx ( String  host,
long  port,
String  commonName,
String  subject,
String  issuer,
String  fingerprint,
String  oldSubject,
String  oldIssuer,
String  oldFingerprint,
long  flags 
)

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