Package org.hyperledger.fabric.sdk
Interface BlockListener
-
public interface BlockListener
BlockListener implemented by classes needing to receive block events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
received(BlockEvent blockEvent)
Receive a block event from the Channel
-
-
-
Method Detail
-
received
void received(BlockEvent blockEvent)
Receive a block event from the Channel- Parameters:
blockEvent
- The block being received.
-
-