Laurens,

Thanks for the feedback!

> This interface can only be used to update a progress bar. I would add at
> least one more method to signal to an implementation that a resource was not
> found. Also, I would pass the url of the current resource as well, so an
> application can display a more specific message.

Yes, I thought about doing this.  Probably two methods:  [about-to-pluck URI],
and [plucked URI STATUS].

> Ideally, every status message that the Python parser produces should have a
> corresponding callback method. This means you'll have to fire the callback
> events from within the Python parser itself. That said, I don't know Python
> let alone the specifics of the parser, so I don't know it that's possible.

I think that's a bit heavy-weight.  What one can do, however, is to
just rebind the message output stream which the distiller writes its
messages to.  This could be rebound to some Java construct which looks
like an OutputStream, but displays the messages in some GUI artifact.

Bill
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to