mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 08:40:03 +00:00
Make EnterAmountListener and InterfaceListener functional interfaces.
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user