|
||||||||||
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
public abstract class AsynchronousLoadingEvent
This class describes an Object event which is used to notify the loading
of a DSMCCObject
.
Constructor Summary | |
---|---|
AsynchronousLoadingEvent(DSMCCObject o)
Creates an AsynchronousLoadingEvent. |
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 |
---|
public AsynchronousLoadingEvent(DSMCCObject o)
o
- the DSMCCObject that generated the event.Method Detail |
---|
public java.lang.Object getSource()
getSource
in class java.util.EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |