com.taco.data
Interface IDelayedResultObservableMap

All Superinterfaces:
INoReturnMap, INoReturnObservableMap, IObservableMap, java.util.Map
All Known Implementing Classes:
DelayedResultObservableMap

public interface IDelayedResultObservableMap
extends INoReturnObservableMap

A marker interface that observable, no return maps implement to indicate that instances of IDelayedResult can be put into the map, and they are transparently evaluated when get() retrieves them.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.taco.data.INoReturnObservableMap
INoReturnObservableMap.INoReturnObservableEntry
 
Nested classes/interfaces inherited from interface com.taco.data.INoReturnMap
INoReturnMap.INoReturnEntry
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry
 
Nested classes/interfaces inherited from interface com.taco.data.IObservableMap
IObservableMap.IObservableEntry
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from interface com.taco.data.IObservableMap
SINGLE_THREADED_STRATEGY
 
Method Summary
 
Methods inherited from interface com.taco.data.INoReturnObservableMap
putNoReturn, putNoReturn
 
Methods inherited from interface com.taco.data.INoReturnMap
entrySetNoReturn, putAll, putNoReturn, removeNoReturn
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, remove, size, values
 
Methods inherited from interface com.taco.data.IObservableMap
addPropertyChangeListener, getNotificationStrategy, getPropertyChangeListeners, put, put, put, putAll, putAll, putAll, removePropertyChangeListener, setNotificationStrategy, setPropertyChangeListeners
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, remove, size, values