edu.emory.mathcs.h2o.event
Class JarDownloadingEvent

java.lang.Object
  extended byedu.emory.mathcs.h2o.event.Event
      extended byedu.emory.mathcs.h2o.event.JarDownloadingEvent
All Implemented Interfaces:
java.io.Serializable

public class JarDownloadingEvent
extends Event

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.emory.mathcs.h2o.event.Event
source, timestamp
 
Constructor Summary
JarDownloadingEvent(PlugletContext source, long timestamp, java.net.URI jarSource, int contentLength, int downloaded)
           
JarDownloadingEvent(PlugletContext source, java.net.URI jarSource, int contentLength, int downloaded)
           
 
Method Summary
 int getContentLength()
           
 int getDownloaded()
           
 java.net.URI getJarSource()
           
 PlugletContext getPlugletContext()
           
 
Methods inherited from class edu.emory.mathcs.h2o.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarDownloadingEvent

public JarDownloadingEvent(PlugletContext source,
                           long timestamp,
                           java.net.URI jarSource,
                           int contentLength,
                           int downloaded)

JarDownloadingEvent

public JarDownloadingEvent(PlugletContext source,
                           java.net.URI jarSource,
                           int contentLength,
                           int downloaded)
Method Detail

getPlugletContext

public PlugletContext getPlugletContext()

getJarSource

public java.net.URI getJarSource()

getContentLength

public int getContentLength()

getDownloaded

public int getDownloaded()