Uses of Class
net.sf.okapi.common.EventType
-
Packages that use EventType Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework.net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.steps.wordcount.categorized -
-
Uses of EventType in net.sf.okapi.common
Methods in net.sf.okapi.common that return EventType Modifier and Type Method Description static EventType
EventType. fromString(String value)
EventType
Event. getEventType()
Gets the type of this event.static EventType
EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventType[]
EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common with parameters of type EventType Modifier and Type Method Description void
Event. setEventType(EventType filterEventType)
Constructors in net.sf.okapi.common with parameters of type EventType Constructor Description Event(EventType filterEventType)
Creates a new event without any associated resource.Event(EventType filterEventType, IResource resource)
Creates a new event with an associated resource.Event(EventType filterEventType, IResource resource, ISkeleton skeleton)
Creates a new event with an associated resource and a skeleton object. -
Uses of EventType in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters with parameters of type EventType Modifier and Type Method Description protected boolean
AbstractLineFilter. sendEvent(int index, EventType eventType, IResource res)
protected boolean
AbstractLineFilter. sendEvent(EventType eventType, IResource res)
-
Uses of EventType in net.sf.okapi.steps.wordcount.categorized
Methods in net.sf.okapi.steps.wordcount.categorized with parameters of type EventType Modifier and Type Method Description void
CategoryResolver. resolve(IResource res, EventType eventType)
-