byucc.jhdl.util.cli
Class CLICommandListenerQueue

java.lang.Object
  extended bybyucc.jhdl.util.cli.CLICommandListenerQueue

public class CLICommandListenerQueue
extends java.lang.Object


Constructor Summary
CLICommandListenerQueue()
           
 
Method Summary
 boolean addListener(CLICommandListener node)
           
 CLICommandListener getNextElement()
           
 boolean hasMoreElements()
           
 boolean removeListener(CLICommandListener node)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLICommandListenerQueue

public CLICommandListenerQueue()
Method Detail

addListener

public boolean addListener(CLICommandListener node)

removeListener

public boolean removeListener(CLICommandListener node)

reset

public void reset()

hasMoreElements

public boolean hasMoreElements()

getNextElement

public CLICommandListener getNextElement()


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