Package org.hyperledger.fabric.sdk
Interface BlockListener
- 
public interface BlockListenerBlockListener implemented by classes needing to receive block events. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceived(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.
 
 - 
 
 -