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

goja.core.libs.Action Maven / Gradle / Ivy

/*
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 *
 * Copyright (c) 2013-2014 sagyf Yang. The Four Group.
 */

package goja.core.libs;

/**
 * 

.

* * @author sagyf yang * @version 1.0 2014-09-11 13:22 * @since JDK 1.6 */ public interface Action { void invoke(T result); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy