Package de.elo.ix.client
Class IXAuthenticationListener
java.lang.Object
de.elo.ix.client.IXAuthenticationListener
- All Implemented Interfaces:
byps.BAsyncResult<byps.BClient>
public abstract class IXAuthenticationListener
extends Object
implements byps.BAsyncResult<byps.BClient>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
setAsyncResult
(byps.BClient result, Throwable exception) This function is called to set the result.
-
Constructor Details
-
IXAuthenticationListener
public IXAuthenticationListener()
-
-
Method Details
-
setAsyncResult
Description copied from interface:byps.BAsyncResult
This function is called to set the result. Either result or exception is supplied. Implementations should return as fast as possible. This function should not throw any exceptions (incl. RuntimeException).- Specified by:
setAsyncResult
in interfacebyps.BAsyncResult<byps.BClient>
- Parameters:
result
- Result objectexception
- Exception
-