Uses of Enum
org.apache.uima.aae.spi.transport.SpiListener.SpiEvent
Packages that use SpiListener.SpiEvent
-
Uses of SpiListener.SpiEvent in org.apache.uima.aae.spi.transport
Methods in org.apache.uima.aae.spi.transport that return SpiListener.SpiEventModifier and TypeMethodDescriptionstatic SpiListener.SpiEvent
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.SpiEventModifier and TypeMethodDescriptionvoid
SpiListener.onSpiEvent
(SpiListener.SpiEvent event) This method is called by the SPI implementation.