All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.StreamEventObject
java.lang.Object
|
+----java.util.EventObject
|
+----multilizer.StreamEventObject
- public class StreamEventObject
- extends EventObject
An event object that gets the input stream.
-
getBundleExtension()
- Gets the bundle extension.
-
getLocale()
- Gets the locale of the stream.
-
getStream()
- Gets the input stream.
-
setStream(InputStream)
- Sets the input stream.
setStream
public void setStream(InputStream value)
- Sets the input stream.
getStream
public InputStream getStream()
- Gets the input stream.
getLocale
public Locale getLocale()
- Gets the locale of the stream.
getBundleExtension
public String getBundleExtension()
- Gets the bundle extension.
All Packages Class Hierarchy This Package Previous Next Index