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

org.devocative.wickomp.async.IAsyncResponse Maven / Gradle / Ivy

package org.devocative.wickomp.async;

import org.apache.wicket.core.request.handler.IPartialPageRequestHandler;

public interface IAsyncResponse {
	void onAsyncResult(IPartialPageRequestHandler handler, Object result);

	void onAsyncError(IPartialPageRequestHandler handler, Exception e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy