mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +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
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface EnterAmountListener {
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,6 +5,7 @@ package org.apollo.game.model.inter;
|
||||
*
|
||||
* @author Graham
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface InterfaceListener {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user