public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* New observer interface for SteppingEngine
@ 2007-06-15 21:01 Adam Jocksch
  2007-06-18 14:56 ` Mike Cvet
  0 siblings, 1 reply; 6+ messages in thread
From: Adam Jocksch @ 2007-06-15 21:01 UTC (permalink / raw)
  To: frysk

After some discussion with Tim and Mike, it's been generally agreed that 
the interface for observing the stepping engine needs to be improved 
beyond what's offered by the default Java Observer/Observable interface.

Looking at SteppingEngine.SteppingObserver, it looks like we need the 
following methods:
 - updateTaskStopped(Task)
 - updateNotStopped()  <-- probably taking a task as a parameter? (or 
maybe a list of tasks)
 - any others?

A few aspects of the current functionality are a little unclear to me at 
the moment, for example when notifyStopped() should be called and not 
notifyTask(Task).

Thoughts?

Adam

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-18 19:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-15 21:01 New observer interface for SteppingEngine Adam Jocksch
2007-06-18 14:56 ` Mike Cvet
2007-06-18 16:53   ` Adam Jocksch
2007-06-18 18:37     ` Mike Cvet
2007-06-18 18:56       ` Adam Jocksch
2007-06-18 20:47         ` Mike Cvet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).