org.dvb.dsmcc
Class SuccessEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.SuccessEvent
- All Implemented Interfaces:
- Serializable
public class SuccessEvent
- extends AsynchronousLoadingEvent
This event indicates that the asynchronous loading was
successful.
- See Also:
- Serialized Form
Method Summary |
Object |
getSource()
Returns the DSMCCObject which was successfully loaded. |
SuccessEvent
public SuccessEvent(DSMCCObject o)
- Creates a
SuccessEvent
object.
- Parameters:
o
- the DSMCCObject
which was successfully loaded.
getSource
public Object getSource()
- Returns the
DSMCCObject
which was successfully loaded.
- Overrides:
getSource
in class AsynchronousLoadingEvent
- Returns:
- the loaded
DSMCCObject