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

com.vaadin.base.devserver.themeeditor.utils.MessageHandlerCommand Maven / Gradle / Ivy

package com.vaadin.base.devserver.themeeditor.utils;

import com.vaadin.base.devserver.themeeditor.messages.BaseResponse;

@FunctionalInterface
public interface MessageHandlerCommand {

    BaseResponse execute();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy