org.dvb.dsmcc
Class SuccessEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.dvb.dsmcc.AsynchronousLoadingEvent
          extended byorg.dvb.dsmcc.SuccessEvent
All Implemented Interfaces:
java.io.Serializable

public class SuccessEvent
extends AsynchronousLoadingEvent

This event indicates that the asynchronous loading was successful.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SuccessEvent(DSMCCObject o)
          Creates a SuccessEvent object.
 
Method Summary
 java.lang.Object getSource()
          Returns the DSMCCObject which was successfully loaded.
 
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

SuccessEvent

public SuccessEvent(DSMCCObject o)
Creates a SuccessEvent object.

Parameters:
o - the DSMCCObject which was successfully loaded.
Method Detail

getSource

public java.lang.Object getSource()
Returns the DSMCCObject which was successfully loaded.

Overrides:
getSource in class AsynchronousLoadingEvent
Returns:
the loaded DSMCCObject