Hi

Earlier, it used to be possible to distinguish event types, e.g.
TreeExpansionEvents in the following manner:

if (event.getId()==IUlcEventConstants.TREE_COLLAPSED)
{
        ...
}
else if (event.getId()==IUlcEventConstants.TREE_EXPANDED)
{
        ...
}

This seems no longer possible, as getId() returns -1 always with the new
event-delivery mechanism. Is there still a way to find out the exact
kind of an event at runtime?

Any hints?

Thanks,
Kaspar
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to