All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wings.sdnd.CustomDropHandler Maven / Gradle / Ivy

The newest version!
package org.wings.sdnd;

import org.wings.SComponent;
import org.wings.event.SMouseEvent;

/**
 * Interface that provides the possibility to implemenet a customized drop-handler
 */
public interface CustomDropHandler {
    public abstract boolean drop(SComponent source, SComponent target, int action, SMouseEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy