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 EventTypeEventType. fromString(String value)EventTypeEvent. getEventType()Gets the type of this event.static EventTypeEventType. 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 voidEvent. 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 booleanAbstractLineFilter. sendEvent(int index, EventType eventType, IResource res)protected booleanAbstractLineFilter. 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 voidCategoryResolver. resolve(IResource res, EventType eventType)
-