org.dvb.dsmcc
Class LoadingAbortedEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.LoadingAbortedEvent
- All Implemented Interfaces:
- 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
Method Summary |
Object |
getSource()
Returns the DSMCCObject that generated the event. |
LoadingAbortedEvent
public LoadingAbortedEvent(DSMCCObject aDSMCCObject)
- Creates a LoadingAbortedEvent object.
- Parameters:
aDSMCCObject
- the DSMCCObject
that generated the event.
getSource
public Object getSource()
- Returns the DSMCCObject that generated the event.
- Overrides:
getSource
in class AsynchronousLoadingEvent
- Returns:
- the DSMCCObject whose loading was aborted