Overview  Package   Class  Tree  Index 

be.lassi.base
Class SimpleListListener<E>

java.lang.Object
  extended by be.lassi.base.SimpleListListener<E>
All Implemented Interfaces:
LListListener<E>

public abstract class SimpleListListener<E>
extends java.lang.Object
implements LListListener<E>


Constructor Summary
SimpleListListener()
           
 
Method Summary
 void added(int[] indices, java.util.List<E> objects)
           
abstract  void changed()
           
 void removed(int[] indices, java.util.List<E> objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleListListener

public SimpleListListener()
Method Detail

added

public void added(int[] indices,
                  java.util.List<E> objects)
Specified by:
added in interface LListListener<E>

changed

public abstract void changed()

removed

public void removed(int[] indices,
                    java.util.List<E> objects)
Specified by:
removed in interface LListListener<E>

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2