org.dvb.dsmcc
Class InvalidPathnameEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.InvalidPathnameEvent
- All Implemented Interfaces:
- Serializable
public class InvalidPathnameEvent
- extends AsynchronousLoadingEvent
The pathname does not exist or the ServiceDomain has been detached.
- See Also:
- Serialized Form
Method Summary |
Object |
getSource()
Returns the DSMCCObject that generated the event. |
InvalidPathnameEvent
public InvalidPathnameEvent(DSMCCObject o)
- Create an InvalidPathnameEvent.
- Parameters:
o
- the DSCMCCObject that generated this event.
getSource
public Object getSource()
- Returns the DSMCCObject that generated the event.
- Overrides:
getSource
in class AsynchronousLoadingEvent
- Returns:
- the DSMCCObject that generated the event.