Package ntfbenchmark.impl
Class NtfbenchTestListener
- java.lang.Object
-
- ntfbenchmark.impl.NtfbenchTestListener
-
- 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
- Direct Known Subclasses:
NtfbenchWTCListener
public class NtfbenchTestListener extends Object implements org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.NtfbenchPayloadListener
-
-
Constructor Summary
Constructors Constructor Description NtfbenchTestListener(int expectedSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Future<?>getAllDone()intgetReceived()voidonNtfbench(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.Ntfbench notification)
-
-
-
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
-
getReceived
public int getReceived()
-
getAllDone
public Future<?> getAllDone()
-
-