org.apache.cocoon.components.notification
Class NotifyingObjects
java.lang.Object
|
+--org.apache.cocoon.components.notification.NotifyingObjects
- public class NotifyingObjects
- extends java.lang.Object
Interface for a List of Objects that can notify something.
NKB: FIXME The type checks are not complete.
- Version:
- CVS $Id: NotifyingObjects.java,v 1.5 2002/02/22 07:00:10 cziegeler Exp $
- Author:
- Nicola Ken Barozzi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifyingObjects
public NotifyingObjects()
addNotifying
public void addNotifying(Notifying n)
getNotifying
public Notifying getNotifying(int i)
getLastNotifying
public Notifying getLastNotifying()
iterator
public java.util.Iterator iterator()
size
public int size()
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.