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

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

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

/**
 * Created by IntelliJ IDEA.
 * User: andrew
 * Date: Apr 1, 2010
 * Time: 2:13:49 PM
 * To change this template use File | Settings | File Templates.
 */
public interface LifeCycleCallback
{
	public void onStart();
	public void onFinish();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy