Interface SpiListener
-
public interface SpiListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpiListener.SpiEvent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSpiEvent(SpiListener.SpiEvent event)This method is called by the SPI implementation.
-
-
-
Method Detail
-
onSpiEvent
void onSpiEvent(SpiListener.SpiEvent event)
This method is called by the SPI implementation.- Parameters:
event- - SPI event
-
-