edu.uci.isr.yancees.server.plugin.protocol.peerpublish
Interface RemotePeerPublishProtocolPluginInterface

All Superinterfaces:
ProtocolPluginInterface, java.rmi.Remote, RemoteProtocolPluginInterface
All Known Implementing Classes:
RemotePeerPublishProtocolPluginImplementation

public interface RemotePeerPublishProtocolPluginInterface
extends RemoteProtocolPluginInterface

Author:
rsilvafi class created at Jun 14, 2004

Method Summary
 void publishEventFromPeer(EventInterface event)
           
 void publishEventsFromPeer(EventInterface[] eventList)
           
 
Methods inherited from interface edu.uci.isr.yancees.plugin.ProtocolPluginInterface
getId, getTag
 

Method Detail

publishEventFromPeer

public void publishEventFromPeer(EventInterface event)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

publishEventsFromPeer

public void publishEventsFromPeer(EventInterface[] eventList)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException