com.timeindexing.event
Class OutputEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.timeindexing.event.IndexEvent
          extended by com.timeindexing.event.OutputEvent
All Implemented Interfaces:
java.io.Serializable

public class OutputEvent
extends IndexEvent

An OutputEvent, which is generated when an output component actually does some output.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
OutputEvent(java.lang.String aName, ID anID, long bytesOutput, java.lang.Object aSource)
          Construct an IndexAccessEvent.
 
Method Summary
 long getBytesOutput()
          Get the number of bytes output.
 
Methods inherited from class com.timeindexing.event.IndexEvent
getID, getName, getSource
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutputEvent

public OutputEvent(java.lang.String aName,
                   ID anID,
                   long bytesOutput,
                   java.lang.Object aSource)
Construct an IndexAccessEvent. Constructed from an index name and the number of bytes that have been output.

Method Detail

getBytesOutput

public long getBytesOutput()
Get the number of bytes output.



Timeindexing 2008