com.github.nalukit.nalu.client.internal.NaluCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nalu Show documentation
Show all versions of nalu Show documentation
Routing based application framework for GWT 2, GWT 3 + J2CL
The newest version!
package com.github.nalukit.nalu.client.internal;
@FunctionalInterface
public interface NaluCommand {
void execute();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy