All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dvb.dsmcc.InvalidPathnameEvent Maven / Gradle / Ivy

   package org.dvb.dsmcc ;

/**
 * The pathname does not exist or the ServiceDomain has been detached.
 */ 
   public class InvalidPathnameEvent extends AsynchronousLoadingEvent {
	/**
	 * Create an InvalidPathnameEvent.
         *
         * @param o the DSCMCCObject that generated this event.
         */
   	public InvalidPathnameEvent (DSMCCObject o) {super(o);}

	/**
	 * Returns the DSMCCObject that generated the event.
         *
	 * @return the DSMCCObject that generated the event.
	 */
	public java.lang.Object getSource() {return null;}
   }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy