Interface SpiListener
public interface SpiListener
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
onSpiEvent
(SpiListener.SpiEvent event) This method is called by the SPI implementation.
-
Method Details
-
onSpiEvent
This method is called by the SPI implementation.- Parameters:
event
- - SPI event
-