Package org.onosproject.net.flow
Interface FlowRuleOperationsContext
- 
public interface FlowRuleOperationsContextThe context of a flow rule operations that will become the subject of the notification. Implementations of this class must be serializable. 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonError(FlowRuleOperations ops)default voidonSuccess(FlowRuleOperations ops) 
 - 
 
- 
- 
Method Detail
- 
onSuccess
default void onSuccess(FlowRuleOperations ops)
 
- 
onError
default void onError(FlowRuleOperations ops)
 
 - 
 
 -