org.jtgl.ext.device
Class Vibrator

java.lang.Object
  extended by org.jtgl.ext.JTGLAbstractExtension
      extended by org.jtgl.ext.device.Vibrator
All Implemented Interfaces:
JTGLExtension, JTGLExtensionPlayable

public abstract class Vibrator
extends JTGLAbstractExtension
implements JTGLExtensionPlayable

A Vibrator device

Author:
Manuel Polo (manuel_polo at yahoo dot es)

Constructor Summary
Vibrator()
          Creates a new instance of Vibrator
 
Method Summary
 
Methods inherited from class org.jtgl.ext.JTGLAbstractExtension
getName, getProperty, init, release, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jtgl.ext.JTGLExtensionPlayable
pause, play, stop
 
Methods inherited from interface org.jtgl.ext.JTGLExtension
getInfo, getVendor, getVersion
 

Constructor Detail

Vibrator

public Vibrator()
Creates a new instance of Vibrator