-
- All Superinterfaces:
swim.store.StoreBinding
- All Known Subinterfaces:
HostBinding,LaneBinding,MeshBinding,NodeBinding,PartBinding,RootBinding
- All Known Implementing Classes:
AgentModel,AgentNode,CommandLaneModel,DemandLaneModel,DemandMapLaneModel,HostProxy,HostTable,JoinMapLaneModel,JoinValueLaneModel,LaneModel,LaneProxy,ListLaneModel,MapLaneModel,MeshProxy,MeshTable,NodeProxy,PartProxy,PartTable,RootProxy,RootTable,SpatialLaneModel,SupplyLaneModel,ValueLaneModel
public interface CellBinding extends swim.store.StoreBinding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhttpUplink(HttpBinding http)voidopenUplink(LinkBinding link)voidpushUp(PushRequest pushRequest)
-
-
-
Method Detail
-
openUplink
void openUplink(LinkBinding link)
-
httpUplink
void httpUplink(HttpBinding http)
-
pushUp
void pushUp(PushRequest pushRequest)
-
-