org.geotools.utils.progress
Class ProcessingEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.geotools.utils.progress.ProcessingEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExceptionEvent

public class ProcessingEvent
extends java.util.EventObject

Author:
Simone Giannecchini, GeoSolutions.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProcessingEvent(java.lang.Object source, java.lang.String message, double percentage)
           
 
Method Summary
 java.lang.String getMessage()
           
 double getPercentage()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessingEvent

public ProcessingEvent(java.lang.Object source,
                       java.lang.String message,
                       double percentage)
Parameters:
source -
Method Detail

getPercentage

public double getPercentage()

getMessage

public java.lang.String getMessage()


Copyright © 1996-2010 Geotools. All Rights Reserved.