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

org.swiftboot.sheet.meta.SheetVisitor Maven / Gradle / Ivy

There is a newer version: 2.4.7
Show newest version
package org.swiftboot.sheet.meta;

/**
 * The visitor for sheet id.
 *
 * @author swiftech
 */
@FunctionalInterface
public interface SheetVisitor {

    void visitSheet(SheetId sheetId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy