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

org.jacpfx.rcp.component.CallbackComponent Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
package org.jacpfx.rcp.component;

import javafx.event.Event;
import org.jacpfx.api.component.ComponentHandle;

/**
 * Created with IntelliJ IDEA.
 * User: Andy Moncsek
 * Date: 16.07.13
 * Time: 15:20
 * This Interface represents a non ui callback component. Annotate it with @CallbackComponent and add @Stateless if you need it stateless
 */
public interface CallbackComponent extends ComponentHandle {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy