|
||||||||||
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.LoadFailedEvent
public final class LoadFailedEvent
Event indicating that the load of a resource failed.
Constructor Summary | |
---|---|
LoadFailedEvent(ResourceTransportObject source,
java.lang.Exception reason)
Construct a new event indicating failure to load a resource. |
Method Summary | |
---|---|
java.lang.Exception |
getReason()
Return the reason for the load failure. |
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 LoadFailedEvent(ResourceTransportObject source, java.lang.Exception reason)
source
- The ResourceTransportObject that was the source
of the failurereason
- Exception indicating the reason for the failure
(may be null)Method Detail |
---|
public java.lang.Exception getReason()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |