oracle.panama.feed
Interface FeedObservable
- All Superinterfaces:
- FeedComponent
- All Known Subinterfaces:
- FeedDataParser
- public interface FeedObservable
- extends FeedComponent
addDataListener
public void addDataListener(FeedDataListener listener)
- Add a new listener to this data source.
removeDataListener
public void removeDataListener(FeedDataListener listener)
- Remove a active listener from this data source
notifyAll
public void notifyAll(java.util.Map data)
- Broadcast to all listeners
Copyright © 2003 Oracle Corporation. All Rights Reserved.