On 11/23/06, Dave Brosius <[EMAIL PROTECTED]> wrote:
    protected void fireMessageLogged(Project project, String message,
                                     int priority) {
        fireMessageLogged(project, message, priority);
    }
That does incorrect.....
It possible should be fireMessageLogged(project, message, null, priority).
The question is why is there so many variants of fireMessageLogged(), +Event
- they are protected methods - so they can only be used by derived classses
of Project and by classes within o.a.t.a ?

Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to