rasmus.interpreter
Class RListenerListImpl

java.lang.Object
  extended by rasmus.interpreter.RListenerListImpl
All Implemented Interfaces:
RListenerList

public class RListenerListImpl
extends java.lang.Object
implements RListenerList


Constructor Summary
RListenerListImpl()
           
 
Method Summary
 void add(java.lang.Object object)
           
 void clear()
           
 java.util.Iterator iterator()
           
 void remove(java.lang.Object object)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RListenerListImpl

public RListenerListImpl()
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface RListenerList

size

public int size()
Specified by:
size in interface RListenerList

add

public void add(java.lang.Object object)
Specified by:
add in interface RListenerList

remove

public void remove(java.lang.Object object)
Specified by:
remove in interface RListenerList

clear

public void clear()
Specified by:
clear in interface RListenerList