ICY Version 1.0.1.0
Public Member Functions | Package Functions

icy.plugin.interface_.PluginStreamGenerator Interface Reference

List of all members.

Public Member Functions

void addStreamListener (StreamListener streamListener)
void removeStreamListener (StreamListener streamListener)

Package Functions

Object getStreamGeneratorType ()

Member Function Documentation

void icy.plugin.interface_.PluginStreamGenerator.addStreamListener ( StreamListener  streamListener)

As this is an interface to not interfer with the extends Plugin,
the managment of the StreamListener list for later
fireEvent must be managed by the implementing class

Parameters:
streamListener
Object icy.plugin.interface_.PluginStreamGenerator.getStreamGeneratorType ( ) [package]

Object is the data type that will be returned by the pluginStreamGenerator.

Returns:
void icy.plugin.interface_.PluginStreamGenerator.removeStreamListener ( StreamListener  streamListener)

As this is an interface to not interfer with the extends Plugin,
the managment of the StreamListener list for later
fireEvent must be managed by the implementing class

Parameters:
streamListener

The documentation for this interface was generated from the following file:
 All Classes Functions Variables