com.tapina.robe.swi
Class SWIHandler

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
Direct Known Subclasses:
ColourPicker, ColourTrans, DDEUtils, Font, FPEmulator, Hourglass, MessageTrans, OS, OSExt, OSExt3, SharedCLibrary, SharedUnixLibrary, TaskManager, TaskWindow, Territory, Toolbox, VectorUtil, Wimp

public abstract class SWIHandler
extends Module

The required methods for a SWI handler are static, so this cannot declare them.


Field Summary
protected  java.util.logging.Logger log
           
protected static java.lang.Class[] METHOD_PARAMETERS
           
 
Constructor Summary
SWIHandler()
           
 
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
 

Field Detail

METHOD_PARAMETERS

protected static final java.lang.Class[] METHOD_PARAMETERS

log

protected final java.util.logging.Logger log
Constructor Detail

SWIHandler

public SWIHandler()


Copyright © 2003-2005 . All Rights Reserved.