Package org.apache.guacamole.net.event
Interface UserEvent
-
- All Known Implementing Classes:
AuthenticationSuccessEvent
,TunnelCloseEvent
,TunnelConnectEvent
public interface UserEvent
Abstract basis for events which may have an associated AuthenticatedUser when triggered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticatedUser
getAuthenticatedUser()
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.
-
-