Package org.apache.guacamole.net.event
Interface UserEvent
- 
- All Known Implementing Classes:
 AuthenticationSuccessEvent,TunnelCloseEvent,TunnelConnectEvent
public interface UserEventAbstract basis for events which may have an associated AuthenticatedUser when triggered. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticatedUsergetAuthenticatedUser()Returns the AuthenticatedUser identifying the user triggering the event, if any. 
 - 
 
- 
- 
Method Detail
- 
getAuthenticatedUser
AuthenticatedUser getAuthenticatedUser()
Returns the AuthenticatedUser identifying the user triggering the event, if any.- Returns:
 - The AuthenticatedUser identifying the user triggering the event, if any, or null if no AuthenticatedUser is associated with the event.
 
 
 - 
 
 -