20: Change AlarmAction to use resolved data
This commit is contained in:
@@ -2,5 +2,5 @@ package com.r35157.jupiterperpsalarm.impl.ref;
|
|||||||
|
|
||||||
@FunctionalInterface
|
@FunctionalInterface
|
||||||
public interface AlarmAction {
|
public interface AlarmAction {
|
||||||
void trigger(OraclePrice price, PriceAlarmDefinition alarm);
|
void trigger(OraclePrice price, ResolvedPriceAlarm alarm);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user