com.tapina.robe.swi
Class Hourglass

java.lang.Object
  extended bycom.tapina.robe.runtime.Block
      extended bycom.tapina.robe.runtime.DataBlock
          extended bycom.tapina.robe.module.Module
              extended bycom.tapina.robe.swi.SWIHandler
                  extended bycom.tapina.robe.swi.Hourglass

public final class Hourglass
extends SWIHandler

Created by IntelliJ IDEA. User: gareth Date: Aug 27, 2003 Time: 7:51:39 AM


Field Summary
 
Fields inherited from class com.tapina.robe.swi.SWIHandler
log, METHOD_PARAMETERS
 
Method Summary
static int getBase()
           
static SWIHandler getInstance()
           
static java.lang.reflect.Method getMethod(java.lang.Integer offset)
           
static void main(java.lang.String[] args)
           
 void off()
           
 void Off(Environment env)
           
 void on()
           
 void On(Environment env)
           
 void smash()
           
 void Smash(Environment env)
           
 
Methods inherited from class com.tapina.robe.module.Module
getBytes, getHelp, getName, getSize, setSize
 
Methods inherited from class com.tapina.robe.runtime.Block
getAddress, setAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SWIHandler getInstance()

getBase

public static int getBase()

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Integer offset)
                                          throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

On

public final void On(Environment env)

on

public final void on()

Off

public final void Off(Environment env)

off

public final void off()

Smash

public final void Smash(Environment env)

smash

public final void smash()

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException,
                        UnknownSWIException
Throws:
java.lang.InterruptedException
UnknownSWIException


Copyright © 2003-2005 . All Rights Reserved.