Package ntfbenchmark.impl
Class NtfbenchWTCListener
- java.lang.Object
-
- ntfbenchmark.impl.NtfbenchTestListener
-
- ntfbenchmark.impl.NtfbenchWTCListener
-
- All Implemented Interfaces:
EventListener,org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.NtfbenchPayloadListener,org.opendaylight.yangtools.yang.binding.NotificationListener
public class NtfbenchWTCListener extends NtfbenchTestListener
-
-
Constructor Summary
Constructors Constructor Description NtfbenchWTCListener(int expectedSize, int expectedCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.SettableFuture<?>getAllDone()voidonNtfbench(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.Ntfbench notification)-
Methods inherited from class ntfbenchmark.impl.NtfbenchTestListener
getReceived
-
-
-
-
Method Detail
-
onNtfbench
public void onNtfbench(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.Ntfbench notification)
- Specified by:
onNtfbenchin interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.NtfbenchPayloadListener- Overrides:
onNtfbenchin classNtfbenchTestListener
-
getAllDone
public com.google.common.util.concurrent.SettableFuture<?> getAllDone()
- Overrides:
getAllDonein classNtfbenchTestListener
-
-