edu.uci.isr.yancees.server.plugin
Interface ProtocolPluginListenerInterface

All Superinterfaces:
PluginListenerInterface

public interface ProtocolPluginListenerInterface
extends PluginListenerInterface


Method Summary
 void receiveProtocolNotification(MessageInterface msg, ProtocolPluginInterface source)
          Receives a protocl notification from another protocol plug-in This notification is a control information, as oposed to data information, which is provided in the PluginListenerInterface methods.
 
Methods inherited from interface edu.uci.isr.yancees.server.plugin.PluginListenerInterface
receivePluginNotification, receivePluginNotification
 

Method Detail

receiveProtocolNotification

public void receiveProtocolNotification(MessageInterface msg,
                                        ProtocolPluginInterface source)
Receives a protocl notification from another protocol plug-in This notification is a control information, as oposed to data information, which is provided in the PluginListenerInterface methods.

Parameters:
source - is the plug-in sending the notification.