Project

General

Profile

Download (1014 Bytes) Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / flatblur2 / ListenerOverlay.java @ 99a80c08

1
///////////////////////////////////////////////////////////////////////////////////////////////////
2
// Copyright 2022 Leszek Koltunski                                                               //
3
//                                                                                               //
4
// This file is part of Magic Cube.                                                              //
5
//                                                                                               //
6
// Magic Cube is proprietary software licensed under an EULA which you should have received      //
7
// along with the code. If not, check https://distorted.org/magic/License-Magic-Cube.html        //
8
///////////////////////////////////////////////////////////////////////////////////////////////////
9

    
10
package org.distorted.examples.flatblur2;
11

    
12
///////////////////////////////////////////////////////////////////////////////////////////////////
13

    
14
public interface ListenerOverlay
15
{
16
  void overlayFinished(long id);
17
}
(6-6/8)