Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] IDropAction

Title: IDropAction

Hi!

When creating a drop action class, what can I do to ensure that the method:

                accept(java.lang.Object source, java.lang.Object destination)

Get called and not just the plain accept() ?

Ditto for the perform method?

Michelle


Back to the top