Package org.onosproject.net.driver
Class AbstractHandlerBehaviour
- java.lang.Object
- 
- org.onosproject.net.driver.AbstractBehaviour
- 
- org.onosproject.net.driver.AbstractHandlerBehaviour
 
 
- 
- All Implemented Interfaces:
- Behaviour,- HandlerBehaviour
 
 public class AbstractHandlerBehaviour extends AbstractBehaviour implements HandlerBehaviour Base implementation of a driver handler behaviour.
- 
- 
Constructor SummaryConstructors Constructor Description AbstractHandlerBehaviour()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DriverHandlerhandler()Returns the driver handler context on which this behaviour operates.voidsetHandler(DriverHandler handler)Sets the driver handler context for this behaviour.- 
Methods inherited from class org.onosproject.net.driver.AbstractBehaviourdata, setData
 
- 
 
- 
- 
- 
Method Detail- 
handlerpublic DriverHandler handler() Description copied from interface:HandlerBehaviourReturns the driver handler context on which this behaviour operates.- Specified by:
- handlerin interface- HandlerBehaviour
- Returns:
- driver handler context
 
 - 
setHandlerpublic void setHandler(DriverHandler handler) Description copied from interface:HandlerBehaviourSets the driver handler context for this behaviour.- Specified by:
- setHandlerin interface- HandlerBehaviour
- Parameters:
- handler- driver handler
 
 
- 
 
-