<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Afternoon Everyone,<BR>
&nbsp;<BR>
I'm not totally sure this is the best place to ask this question, however, as my application is relying on dbus more and more as the days pass I thought I would get your opinions on this. You'll have to excuse any naivety in my questions, I only read about this concept this morning.<BR>
&nbsp;<BR>
I find that in certain parts of my application I seem to run a&nbsp;sort of chain of sequential events or a procedure, which at the moment generally involves me invoking the initial method call, then allowing call-backs from services to trigger the method&nbsp;that needs to be called next. For Instance.<BR>
&nbsp;<BR>
I do startProcess()<BR>
&nbsp;<BR>
startProcess() calls back with processStarted()<BR>
&nbsp;<BR>
processStarted() then starts soSomthing()<BR>
&nbsp;<BR>
doSomthing calls back with somthingDone()<BR>
&nbsp;<BR>
somethingDone() then started doAnotherThing()<BR>
&nbsp;<BR>
doAnotherThing() calls back and starts doTheLastThing()<BR>
&nbsp;<BR>
Do you see what I mean? a link of function calls and callbacks which cause a chain reaction and progress the particular element of the application to go through its states. My only gripe with this process at the moment is that it means having lots of functions which don't really 'do' anything or contain any business logic, they simply pass the chain onto the next stage.<BR>
&nbsp;<BR>
Is this normal? After looking around this morning it would seem that a Finite State Machine is designed to manage this kind of process for me, is that correct? if so, are many of you implementing them within your applications? what have you learned from it? is there a better way to do this?<BR>
&nbsp;<BR>
I'd be interested to get your thoughts guys,<BR>
&nbsp;<BR>
Robert<BR><br /><hr />Everything in one place. <a href='http://www.windowslive.co.uk/get-live' target='_new'>All new Windows Live!</a></body>
</html>