org.rapla.facade
Interface UpdateErrorListener


public interface UpdateErrorListener

Classes implementing this interface will be notified when an update error occurred. The listener can be registered by calling addUpdateErrorListener of the UpdateModule
Don't forget to remove the listener by calling removeUpdateErrorLister when no longer need.

Version:
CVS $Revision: 1.6 $ $Date: 2006/01/08 14:43:14 $
Author:
Christopher Kohlhaas
See Also:
UpdateModule

Method Summary
 void disconnected()
           
 void updateError(RaplaException ex)
          this notifies all listeners that the update of the data has caused an error.
 

Method Detail

updateError

void updateError(RaplaException ex)
this notifies all listeners that the update of the data has caused an error. A normal source for UpdateErrors is a broken connection to the server.


disconnected

void disconnected()


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.