Add dump and print messages to dataset

nix
Owen Green 6 years ago
parent ae86d967a7
commit bb5efd3c67

@ -85,6 +85,16 @@ FluidDataSet : FluidManipulationClient {
this.prSendMsg(\clear,[],action);
}
print { |action|
action ?? {action = postit};
this.prSendMsg(\print,[],action,[string(FluidMessageResponse,_,_)]);
}
dump { |action|
action ?? {action = postit};
this.prSendMsg(\dump,[],action,[string(FluidMessageResponse,_,_)]);
}
free {
serverCaches.remove(server,id);
super.free;

Loading…
Cancel
Save