Sha256: a38f0f89798b766d00306b896655669db980b459eb85e8092bdcadcdb2248b92

Contents?: true

Size: 1.14 KB

Versions: 10

Compression:

Stored size: 1.14 KB

Contents

/*
 * Copyright (c) 2015-19 Martin Prout
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * http://creativecommons.org/licenses/LGPL/2.1/
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */

package monkstone.videoevent;
import processing.video.Movie;

/**
 * This interface makes it easier/possible to use the reflection methods
 * from Movie and Capture classes in Processing::App in JRubyArt
 * @author Martin Prout
 */
@FunctionalInterface
public interface MovieEvent {
    public void movieEvent(Movie movie);
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
picrate-1.3.0-java src/main/java/monkstone/videoevent/MovieEvent.java
propane-3.4.2-java src/main/java/monkstone/videoevent/MovieEvent.java
picrate-1.2.4-java src/main/java/monkstone/videoevent/MovieEvent.java
picrate-1.2.3-java src/main/java/monkstone/videoevent/MovieEvent.java
propane-3.4.1-java src/main/java/monkstone/videoevent/MovieEvent.java
picrate-1.2.2-java src/main/java/monkstone/videoevent/MovieEvent.java
picrate-1.2.1-java src/main/java/monkstone/videoevent/MovieEvent.java
picrate-1.2.0-java src/main/java/monkstone/videoevent/MovieEvent.java
picrate-1.1.0-java src/main/java/monkstone/videoevent/MovieEvent.java
picrate-1.0.0-java src/main/java/monkstone/videoevent/MovieEvent.java