org.uberfire.commons.message.AsyncCallback Maven / Gradle / Ivy
Go to download
Collection of reusable (not depending on any other UberFire module) components for Uberfire.
package org.uberfire.commons.message;
import java.util.Map;
public interface AsyncCallback {
void onTimeOut();
void onReply( final MessageType type,
final Map content );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy