-
- All Superinterfaces:
Lane,Log,Observable<Object>,WarpLane
- All Known Implementing Classes:
DemandMapLaneView
public interface DemandMapLane<K,V> extends WarpLane
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcue(K key)DemandMapLane<K,V>didCommand(DidCommand didCommand)DemandMapLane<K,V>didEnter(DidEnter didEnter)DemandMapLane<K,V>didLeave(DidLeave didLeave)DemandMapLane<K,V>didUplink(DidUplink didUplink)<K2> DemandMapLane<K2,V>keyClass(Class<K2> keyClass)Form<K>keyForm()<K2> DemandMapLane<K2,V>keyForm(Form<K2> keyForm)DemandMapLane<K,V>observe(Object observer)DemandMapLane<K,V>onCue(OnCueKey<K,V> onCue)DemandMapLane<K,V>onSync(OnSyncKeys<K> onSync)voidremove(K key)DemandMapLane<K,V>unobserve(Object observer)<V2> DemandMapLane<K,V2>valueClass(Class<V2> valueClass)Form<V>valueForm()<V2> DemandMapLane<K,V2>valueForm(Form<V2> valueForm)DemandMapLane<K,V>willCommand(WillCommand willCommand)DemandMapLane<K,V>willEnter(WillEnter willEnter)DemandMapLane<K,V>willLeave(WillLeave willLeave)DemandMapLane<K,V>willUplink(WillUplink willUplink)
-
-
-
Method Detail
-
keyForm
<K2> DemandMapLane<K2,V> keyForm(Form<K2> keyForm)
-
keyClass
<K2> DemandMapLane<K2,V> keyClass(Class<K2> keyClass)
-
valueForm
<V2> DemandMapLane<K,V2> valueForm(Form<V2> valueForm)
-
valueClass
<V2> DemandMapLane<K,V2> valueClass(Class<V2> valueClass)
-
observe
DemandMapLane<K,V> observe(Object observer)
-
unobserve
DemandMapLane<K,V> unobserve(Object observer)
-
onSync
DemandMapLane<K,V> onSync(OnSyncKeys<K> onSync)
-
willCommand
DemandMapLane<K,V> willCommand(WillCommand willCommand)
- Specified by:
willCommandin interfaceWarpLane
-
didCommand
DemandMapLane<K,V> didCommand(DidCommand didCommand)
- Specified by:
didCommandin interfaceWarpLane
-
willUplink
DemandMapLane<K,V> willUplink(WillUplink willUplink)
- Specified by:
willUplinkin interfaceWarpLane
-
didUplink
DemandMapLane<K,V> didUplink(DidUplink didUplink)
-
willEnter
DemandMapLane<K,V> willEnter(WillEnter willEnter)
-
didEnter
DemandMapLane<K,V> didEnter(DidEnter didEnter)
-
willLeave
DemandMapLane<K,V> willLeave(WillLeave willLeave)
-
didLeave
DemandMapLane<K,V> didLeave(DidLeave didLeave)
-
cue
void cue(K key)
-
remove
void remove(K key)
-
-