Interface SpiListener
-
public interface SpiListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SpiListener.SpiEvent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSpiEvent(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
-
-