Make EnterAmountListener and InterfaceListener functional interfaces.

This commit is contained in:
Major-
2014-06-27 22:52:39 +01:00
parent 5861b2bf43
commit 203b6150c2
2 changed files with 2 additions and 0 deletions
@@ -5,6 +5,7 @@ package org.apollo.game.model.inter;
* *
* @author Graham * @author Graham
*/ */
@FunctionalInterface
public interface EnterAmountListener { public interface EnterAmountListener {
/** /**
@@ -5,6 +5,7 @@ package org.apollo.game.model.inter;
* *
* @author Graham * @author Graham
*/ */
@FunctionalInterface
public interface InterfaceListener { public interface InterfaceListener {
/** /**