Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.feed
Interface FeedObservable

All Superinterfaces:
FeedComponent
All Known Subinterfaces:
FeedDataParser

public interface FeedObservable
extends FeedComponent

Method Summary
 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.

notifyAll

public void notifyAll(java.util.Map data)
Broadcast to all listeners

removeDataListener

public void removeDataListener(FeedDataListener listener)
Remove a active listener from this data source

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.