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

com.dragome.forms.bindings.client.command.Events Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
package com.dragome.forms.bindings.client.command;

import com.dragome.forms.bindings.client.binding.Disposable;
import com.dragome.forms.bindings.extra.user.client.Command;

/**
 * Created by IntelliJ IDEA.
 * User: andrew
 * Date: Apr 1, 2010
 * Time: 1:33:31 PM
 * To change this template use File | Settings | File Templates.
 */
public interface Events
{
	Disposable onStartInvoke(Command command);

	Disposable onFinishInvoke(Command command);

	 SendToBuilder onStartSend(T value);

	 SendToBuilder onFinishSend(T value);

	Disposable sendAllEventsTo(LifeCycleCallback callback);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy