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

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

There is a newer version: 24.6.2
Show newest version
package com.vaadin.base.devserver.themeeditor.utils;

import elemental.json.JsonObject;

import java.util.Optional;

public interface MessageHandler {

    record ExecuteAndUndo(MessageHandlerCommand executeCommand, Optional undoCommand) { }

    ExecuteAndUndo handle(JsonObject data);

    String getCommandName();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy