Uses of Class
org.apache.uima.aae.spi.transport.SpiListener.SpiEvent
-
Packages that use SpiListener.SpiEvent Package Description org.apache.uima.aae.spi.transport -
-
Uses of SpiListener.SpiEvent in org.apache.uima.aae.spi.transport
Methods in org.apache.uima.aae.spi.transport that return SpiListener.SpiEvent Modifier and Type Method Description static SpiListener.SpiEvent
SpiListener.SpiEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpiListener.SpiEvent[]
SpiListener.SpiEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.aae.spi.transport with parameters of type SpiListener.SpiEvent Modifier and Type Method Description void
SpiListener. onSpiEvent(SpiListener.SpiEvent event)
This method is called by the SPI implementation.
-