All Packages Class Hierarchy This Package Previous Next Index
Interface multilizer.TranslationStreamListener
- public interface TranslationStreamListener
- extends EventListener
The listener interface for receiving translation data events.
-
getTranslationStream(StreamEventObject)
- The object implements the getStream method to get the stream containing the translation data
getTranslationStream
public abstract void getTranslationStream(StreamEventObject event) throws Exception
- The object implements the getStream method to get the stream containing the translation data
- Throws: Exception
- if an error occurs.
All Packages Class Hierarchy This Package Previous Next Index