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.


Method Index

 o getBundleExtension()
Gets the bundle extension.
 o getLocale()
Gets the locale of the stream.
 o getStream()
Gets the input stream.
 o setStream(InputStream)
Sets the input stream.

Methods

 o setStream
 public void setStream(InputStream value)
Sets the input stream.

 o getStream
 public InputStream getStream()
Gets the input stream.

 o getLocale
 public Locale getLocale()
Gets the locale of the stream.

 o getBundleExtension
 public String getBundleExtension()
Gets the bundle extension.


All Packages  Class Hierarchy  This Package  Previous  Next  Index