Sha256: e30f5f995ff34fb000aabbd4c325e045237e0f85f382d7e06052a1c810bca8a2

Contents?: true

Size: 1003 Bytes

Versions: 10

Compression:

Stored size: 1003 Bytes

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.Capture;

@FunctionalInterface
public interface CaptureEvent{
    public void captureEvent(Capture capture);
}

Version data entries

10 entries across 10 versions & 2 rubygems

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