Uses of Interface
net.sf.okapi.lib.xliff2.processor.IEventHandler
-
Packages that use IEventHandler Package Description net.sf.okapi.lib.xliff2.processor Classes to process a document with minimal coding. -
-
Uses of IEventHandler in net.sf.okapi.lib.xliff2.processor
Classes in net.sf.okapi.lib.xliff2.processor that implement IEventHandler Modifier and Type Class Description classDefaultEventHandlerImplements a default event handler forXLIFFProcessor.Methods in net.sf.okapi.lib.xliff2.processor with parameters of type IEventHandler Modifier and Type Method Description voidXLIFFProcessor. add(IEventHandler handler)Adds an event handler to this processor.voidXLIFFProcessor. remove(IEventHandler handler)Removes a given handler from this processor.voidXLIFFProcessor. setHandler(IEventHandler handler)Sets a single event handler to make modifications on a selection of events.
-