byucc.jhdl.base
Class SimulatorCallbackList

java.lang.Object
  extended bybyucc.jhdl.base.list.VectorList
      extended bybyucc.jhdl.base.SimulatorCallbackList
All Implemented Interfaces:
List

public class SimulatorCallbackList
extends VectorList

Stores a list of SimultatorCallback objects. Provides a convenient methods for calling SimulatorCallback#sim_update(), SimulatorCallback#sim_refresh(), and SimulatorCallback#sim_reset() on all members of the list.

Author:
Mike Wirthlin
See Also:
SimulatorCallback

Constructor Summary
SimulatorCallbackList()
           
 
Method Summary
 SimulatorCallback getSimulatorCallback()
          Returns the current SimulatorCallback on the list
 
Methods inherited from class byucc.jhdl.base.list.VectorList
append, appendList, atEnd, delete, deleteAll, deleteCurrent, elementCount, empty, filter, getElt, init, inList, insert, insertAfterCurrent, insertBeforeCurrent, insertList, intersect, iterator, merge, next, prev, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimulatorCallbackList

public SimulatorCallbackList()
Method Detail

getSimulatorCallback

public SimulatorCallback getSimulatorCallback()
Returns the current SimulatorCallback on the list

Returns:
The current SimulatorCallback


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.