tml.vectorspace.operations
Class OperationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by tml.vectorspace.operations.OperationEvent
All Implemented Interfaces:
java.io.Serializable

public class OperationEvent
extends java.util.EventObject

Author:
Jorge Villalon
See Also:
Serialized Form

Constructor Summary
OperationEvent(java.lang.Object source, int max, int curr)
           
 
Method Summary
 int getCurrent()
           
 int getMaximum()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationEvent

public OperationEvent(java.lang.Object source,
                      int max,
                      int curr)
Method Detail

getCurrent

public int getCurrent()

getMaximum

public int getMaximum()