144145146147148149150151
* the InterfaceModule to add. * throws UnsupportedPluginException */ public void addInterfaceModule(InterfaceModule module) throws UnsupportedPluginException { throw new UnsupportedPluginException( "Cannot add Module to the SoundManager"); }