hicosim.components.plugins.vga
Class ProcessMAIN_RAM

java.lang.Object
  extended by hicosim.components.plugins.vga.ProcessMAIN_RAM
All Implemented Interfaces:
IPlugin

public class ProcessMAIN_RAM
extends java.lang.Object
implements IPlugin


Constructor Summary
ProcessMAIN_RAM(Engine e, VGAPlugin vga)
           
 
Method Summary
 int getEndAt()
           
 int getStartAt()
           
 boolean isObserver()
           
 void notifyPlugin(int address, int value)
           
 void reFresh()
           
 void setObserver(boolean observe)
           
 void setPluginManager(IPluginManager newManager)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessMAIN_RAM

public ProcessMAIN_RAM(Engine e,
                       VGAPlugin vga)
Method Detail

getEndAt

public int getEndAt()
Specified by:
getEndAt in interface IPlugin

getStartAt

public int getStartAt()
Specified by:
getStartAt in interface IPlugin

isObserver

public boolean isObserver()
Specified by:
isObserver in interface IPlugin

notifyPlugin

public void notifyPlugin(int address,
                         int value)
Specified by:
notifyPlugin in interface IPlugin

reFresh

public void reFresh()
Specified by:
reFresh in interface IPlugin

setObserver

public void setObserver(boolean observe)
Specified by:
setObserver in interface IPlugin

setPluginManager

public void setPluginManager(IPluginManager newManager)
Specified by:
setPluginManager in interface IPlugin