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)
Invoked when details will be shown.

Parameters:
pError - the error

hideDetails

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

Parameters:
pError - the error


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.