org.dvb.dsmcc
Class LoadingAbortedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.dsmcc.AsynchronousLoadingEvent
          extended by org.dvb.dsmcc.LoadingAbortedEvent
All Implemented Interfaces:
java.io.Serializable

public class LoadingAbortedEvent
extends AsynchronousLoadingEvent

This event will be sent to the AsynchronousEventListener when an asynchronous loading operation is aborted.

Since:
MHP 1.0.1
See Also:
Serialized Form

Constructor Summary
LoadingAbortedEvent(DSMCCObject aDSMCCObject)
          Creates a LoadingAbortedEvent object.
 
Method Summary
 java.lang.Object getSource()
          Returns the DSMCCObject that generated the event.
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadingAbortedEvent

public LoadingAbortedEvent(DSMCCObject aDSMCCObject)
Creates a LoadingAbortedEvent object.

Parameters:
aDSMCCObject - the DSMCCObject that generated the event.
Method Detail

getSource

public java.lang.Object getSource()
Returns the DSMCCObject that generated the event.

Overrides:
getSource in class AsynchronousLoadingEvent
Returns:
the DSMCCObject whose loading was aborted