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.SpiEventReturns 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 TypeMethodDescriptionvoidSpiListener.onSpiEvent(SpiListener.SpiEvent event) This method is called by the SPI implementation.