net.java.games.input
Class LinuxRumbleFF

java.lang.Object
  extended by net.java.games.input.LinuxForceFeedbackEffect
      extended by net.java.games.input.LinuxRumbleFF
All Implemented Interfaces:
Rumbler

final class LinuxRumbleFF
extends LinuxForceFeedbackEffect


Constructor Summary
LinuxRumbleFF(LinuxEventDevice device)
           
 
Method Summary
protected  int upload(int id, float intensity)
           
 
Methods inherited from class net.java.games.input.LinuxForceFeedbackEffect
getAxisIdentifier, getAxisName, getDevice, rumble
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxRumbleFF

public LinuxRumbleFF(LinuxEventDevice device)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

upload

protected final int upload(int id,
                           float intensity)
                    throws java.io.IOException
Specified by:
upload in class LinuxForceFeedbackEffect
Throws:
java.io.IOException