ultimatepp/bazaar/DispatcherTest/DispatcherTest.upp
kohait e8a2be07ec bazaar: Dispatcher generic class to dispatch data to arbitrary recepients (very simple), see examples
git-svn-id: svn://ultimatepp.org/upp/trunk@2623 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-08-17 20:13:39 +00:00

14 lines
223 B
Text

description "functional demo for Dispatcher. how to extend an application with Dispatchable interface\377";
uses
CtrlLib,
Dispatcher;
file
DispatcherTest.h,
main.cpp,
DispatcherTest.lay;
mainconfig
"" = "GUI MT";