com.tapina.robe.swi.os
Class Handler

java.lang.Object
  extended bycom.tapina.robe.swi.os.Handler

public class Handler
extends java.lang.Object

This class represents a handler as manged by OS.ChangeEnvironment


Constructor Summary
Handler()
           
Handler(int address, int r12, int buffer)
           
 
Method Summary
 int getAddress()
           
 int getBuffer()
           
 int getR12()
           
 void setAddress(int address)
           
 void setBuffer(int buffer)
           
 void setR12(int r12)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()

Handler

public Handler(int address,
               int r12,
               int buffer)
Method Detail

getAddress

public int getAddress()

setAddress

public void setAddress(int address)

getR12

public int getR12()

setR12

public void setR12(int r12)

getBuffer

public int getBuffer()

setBuffer

public void setBuffer(int buffer)


Copyright © 2003-2005 . All Rights Reserved.