oracle.panama.feed
Interface FeedObservable

All Superinterfaces:
FeedComponent
All Known Subinterfaces:
FeedDataParser

public interface FeedObservable
extends FeedComponent


Method Summary
TypeMethod
 void addDataListener(FeedDataListener listener)
          Add a new listener to this data source.
 void notifyAll(java.util.Map data)
          Broadcast to all listeners
 void removeDataListener(FeedDataListener listener)
          Remove a active listener from this data source
 
Methods inherited from interface oracle.panama.feed.FeedComponent
getArgumentDefs, initialize
 

Method Detail

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