Skip to content
Snippets Groups Projects
Commit 947bebfb authored by paaguti-work's avatar paaguti-work
Browse files

Include missing file

parent 4a872ef3
No related branches found
No related tags found
No related merge requests found
package net.floodlightcontroller.core;
import org.projectfloodlight.openflow.protocol.OFMessage;
// import net.floodlightcontroller.core.IListener.Command;
public interface IControllerCompletionListener {
/**
* This mimics the behaviour of the IOFMessageListener. Will be called at the end of the message processing loop
* Modules implementing this interface will know when the message processing queue has digested an input event
*
* @param sw
* @param msg
* @param cntx
*
*/
public void onMessageConsumed(IOFSwitch sw, OFMessage msg, FloodlightContext cntx);
public String getName();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment