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 Details

    • IXAuthenticationListener

      public IXAuthenticationListener()
  • Method Details

    • setAsyncResult

      public abstract void setAsyncResult(byps.BClient result, Throwable exception)
      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 interface byps.BAsyncResult<byps.BClient>
      Parameters:
      result - Result object
      exception - Exception