org.dvb.dsmcc
Class SuccessEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.dsmcc.AsynchronousLoadingEvent
          extended by org.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

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
equals, 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