org.apache.geronimo.messaging.replication
Interface UpdateListener

All Known Subinterfaces:
ReplicationMember
All Known Implementing Classes:
ReplicationMemberImpl

public interface UpdateListener

UpdateEvent listener.

Version:
$Revision: 1.1 $ $Date: 2004/05/11 12:06:40 $

Method Summary
 void fireUpdateEvent(UpdateEvent anEvent)
          Fire an UpdateEvent on this listener.
 

Method Detail

fireUpdateEvent

public void fireUpdateEvent(UpdateEvent anEvent)
                     throws ReplicationException
Fire an UpdateEvent on this listener.

Parameters:
anEvent - UpdateEvent to be fired.
Throws:
ReplicationException - Indicates that the event can not be processed (the event can not be merged).


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.