mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-364: addressed some documentation stragglers
This commit is contained in:
@@ -29,7 +29,7 @@ import org.apache.guacamole.net.event.AuthenticationSuccessEvent;
|
|||||||
* authentication and force it to fail.
|
* authentication and force it to fail.
|
||||||
*
|
*
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* Listeners should instead implement the {@link Listener} interface
|
* Listeners should instead implement the {@link Listener} interface.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public interface AuthenticationSuccessListener {
|
public interface AuthenticationSuccessListener {
|
||||||
|
@@ -23,7 +23,7 @@ import org.apache.guacamole.GuacamoleException;
|
|||||||
import org.apache.guacamole.net.event.TunnelCloseEvent;
|
import org.apache.guacamole.net.event.TunnelCloseEvent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A listener whose tunnelClosed() hook will fire immediately after an
|
* A listener whose tunnelClosed() hook will fire immediately before an
|
||||||
* existing tunnel is closed.
|
* existing tunnel is closed.
|
||||||
*
|
*
|
||||||
* @deprecated
|
* @deprecated
|
||||||
|
@@ -367,7 +367,7 @@ public class ExtensionManifest {
|
|||||||
* class name.
|
* class name.
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* a collection of classnames for all listeners within the extension
|
* A collection of classnames for all listeners within the extension.
|
||||||
*/
|
*/
|
||||||
public Collection<String> getListeners() {
|
public Collection<String> getListeners() {
|
||||||
return listeners;
|
return listeners;
|
||||||
|
Reference in New Issue
Block a user