utilities.serializer
Interface VDMModule

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
AudioInput, AudioInputSystem, VideoOutputModuleInterface
All Known Implementing Classes:
AudioDummySystem, AudioLineSystem, AudioMIDISystem, BouncyCubes, Debug, DummyKeyboardInterface, FloatingIslands3D, FloatingVanishingIslands3D, LineInterface, MIDIFileInput, MIDIFileInputSystem, MIDIInterface, Mosaic, NoteLine, NoteLine3D, Squares, VideoOutputModule, VideoOutputModule3D

public interface VDMModule
extends java.io.Serializable

Implementing this interface allows an object to become a module suitable for serialization for use with Auditorium.


Method Summary
 java.lang.String getName()
          Returns the name of the module.
 java.lang.String getVersion()
          Returns the version of the module.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the module.

Returns:
"MIDI input 1" or similar

getVersion

java.lang.String getVersion()
Returns the version of the module.

Returns:
Some sort of versioning information.