org.dvb.spi.ict
Class LoadFinishedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.spi.ict.AsyncResourceLoadEvent
          extended by org.dvb.spi.ict.LoadFinishedEvent
All Implemented Interfaces:
java.io.Serializable

public final class LoadFinishedEvent
extends AsyncResourceLoadEvent

Event indicating that the load of a resource was completed successfully.

See Also:
Serialized Form

Constructor Summary
LoadFinishedEvent(ResourceTransportObject source, boolean loaded)
          Construct a new event indicating that the load of a resource was completed successfully.
 
Method Summary
 
Methods inherited from class org.dvb.spi.ict.AsyncResourceLoadEvent
isLoaded
 
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

LoadFinishedEvent

public LoadFinishedEvent(ResourceTransportObject source,
                         boolean loaded)
Construct a new event indicating that the load of a resource was completed successfully.

Parameters:
source - The ResourceTransportObject that was the source of this event
loaded - flag indicating whether the resource is loaded as of the receipt of this event