Class HwvtepMonitorCallback
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepMonitorCallback
-
- All Implemented Interfaces:
MonitorCallBack
public class HwvtepMonitorCallback extends Object implements MonitorCallBack
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexception(Throwable exception)voidupdate(TableUpdates result, DatabaseSchema dbSchema)
-
-
-
Method Detail
-
update
public void update(TableUpdates result, DatabaseSchema dbSchema)
- Specified by:
updatein interfaceMonitorCallBack
-
exception
public void exception(Throwable exception)
- Specified by:
exceptionin interfaceMonitorCallBack
-
-