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

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

There is a newer version: 1.3.1
Show newest version

package org.dvb.dsmcc;

import java.util.*;



/** 
  * Objects that implement the StreamEventListener interface can receive
  * StreamEvent event.
  */

public interface StreamEventListener extends java.util.EventListener {
  
  /**
	* Send a StreamEvent to the StreamEventListener.
	* @param e the StreamEvent event.
	*/
  public void receiveStreamEvent(StreamEvent e);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy