org.jacorb.notification.servant
Class FilterStageListManager

java.lang.Object
  extended byorg.jacorb.notification.servant.FilterStageListManager

public abstract class FilterStageListManager
extends java.lang.Object

Version:
$Id: FilterStageListManager.java,v 1.3 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Nested Class Summary
static interface FilterStageListManager.List
           
 
Constructor Summary
FilterStageListManager()
           
 
Method Summary
 void actionSourceModified()
           
protected abstract  void fetchListData(FilterStageListManager.List listProxy)
           
 java.util.List getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterStageListManager

public FilterStageListManager()
Method Detail

actionSourceModified

public void actionSourceModified()

getList

public java.util.List getList()

fetchListData

protected abstract void fetchListData(FilterStageListManager.List listProxy)