|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.LoadingAbortedEvent
public class LoadingAbortedEvent
This event will be sent to the AsynchronousEventListener when an asynchronous loading operation is aborted.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoadingAbortedEvent(DSMCCObject aDSMCCObject)
aDSMCCObject
- the DSMCCObject
that generated the event.Method Detail |
---|
public java.lang.Object getSource()
getSource
in class AsynchronousLoadingEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |