org.dvb.dsmcc
Class InvalidPathnameEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.dsmcc.AsynchronousLoadingEvent
          extended by org.dvb.dsmcc.InvalidPathnameEvent
All Implemented Interfaces:
java.io.Serializable

public class InvalidPathnameEvent
extends AsynchronousLoadingEvent

The pathname does not exist or the ServiceDomain has been detached.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InvalidPathnameEvent(DSMCCObject o)
          Create an InvalidPathnameEvent.
 
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

InvalidPathnameEvent

public InvalidPathnameEvent(DSMCCObject o)
Create an InvalidPathnameEvent.

Parameters:
o - the DSCMCCObject that generated this event.
Method Detail

getSource

public java.lang.Object getSource()
Returns the DSMCCObject that generated the event.

Overrides:
getSource in class AsynchronousLoadingEvent
Returns:
the DSMCCObject that generated the event.