Hi,

On Mon, Jul 21, 2008 at 7:13 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote:
> Now, actually, I need this second use case as well :)

Hmm, interesting. What's the use case? I.e. what would your "process"
actions look like in:

    if (event.isLocal() ) {
        // process local event
    } else {
        // process external event
    }

Most notably, what's the "process external event" action that isn't
also performed for local events?

BR,

Jukka Zitting

Reply via email to