org.lexevs.dao.database.service.error
Interface ErrorCallbackListener

All Known Implementing Classes:
ErrorResolvingErrorCallbackListener

public interface ErrorCallbackListener

The listener interface for receiving errorCallback events. The class that is interested in processing a errorCallback event implements this interface, and the object created with that class is registered with a component using the component's addErrorCallbackListener method. When the errorCallback event occurs, that object's appropriate method is invoked.

See Also:
ErrorCallbackEvent

Method Summary
 void onDatabaseError(DatabaseError databaseError)
          On database error.
 

Method Detail

onDatabaseError

void onDatabaseError(DatabaseError databaseError)
On database error.

Parameters:
databaseError - the database error

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.