|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.spi.ict.AsyncResourceLoadEvent
org.dvb.spi.ict.LoadFinishedEvent
public final class LoadFinishedEvent
Event indicating that the load of a resource was completed successfully.
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 |
---|
public LoadFinishedEvent(ResourceTransportObject source, boolean loaded)
source
- The ResourceTransportObject that was the source
of this eventloaded
- flag indicating whether the resource is loaded
as of the receipt of this event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |