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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.SettableFuture<?>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
-
Constructor Details
-
NtfbenchWTCListener
public NtfbenchWTCListener(int expectedSize, int expectedCount)
-
-
Method Details
-
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
-