org.dvb.spi.ict
Class AsyncResourceLoadEvent

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

public class AsyncResourceLoadEvent
extends java.util.EventObject

Base class for events related to progress of loading an event by an interaction channel transport service provider.

See Also:
Serialized Form

Method Summary
 boolean isLoaded()
          Return a flag indicating whether the resource is loaded.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isLoaded

public boolean isLoaded()
Return a flag indicating whether the resource is loaded.

Returns:
boolean