com.sibvisions.rad.application.event
Interface IErrorListener


public interface IErrorListener

The IErrorListener informs about Error states.


Method Summary
 void hideDetails(Error pError)
          Invoked when details will be hidden.
 void showDetails(Error pError)
          Invoked when details will be shown.
 

Method Detail

showDetails

void showDetails(Error pError)
                 throws Throwable
Invoked when details will be shown.

Parameters:
pError - the error
Throws:
Throwable - if there is an error.

hideDetails

void hideDetails(Error pError)
                 throws Throwable
Invoked when details will be hidden.

Parameters:
pError - the error
Throws:
Throwable - if there is an error.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.