com.wilko.jaim
Class TocSetIdleCommand

java.lang.Object
  |
  +--com.wilko.jaim.TocCommand
        |
        +--com.wilko.jaim.TocSetIdleCommand

public class TocSetIdleCommand
extends TocCommand

Version:
$version: $
Author:
paulw

Constructor Summary
TocSetIdleCommand(int idleSecs)
          Creates new TocSetIdleCommand
 
Method Summary
 byte[] getBytes()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TocSetIdleCommand

public TocSetIdleCommand(int idleSecs)
Creates new TocSetIdleCommand

Parameters:
idleSecs - - the period for which the user has been idle
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class TocCommand

getBytes

public byte[] getBytes()
Specified by:
getBytes in class TocCommand

jaimlib.sourceforge.net