DraggedPlaceholderStrategy.java :  » GWT » gwittir » com » totsp » gwittir » client » fx » Java Open Source

Java Open Source » GWT » gwittir 
gwittir » com » totsp » gwittir » client » fx » DraggedPlaceholderStrategy.java
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.totsp.gwittir.client.fx;

import com.google.gwt.user.client.Element;
import com.google.gwt.user.client.ui.Widget;


/**
 *
 * @author kebernet
 */
public interface DraggedPlaceholderStrategy {
    public void setupPlaceholderElement(Widget dragged, Element element);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.