reworked how changes are propagated in the network
This commit is contained in:
@@ -44,11 +44,8 @@ public interface IStackWatcherHost
|
||||
/**
|
||||
* Called when a watched item changes amounts.
|
||||
*
|
||||
* @param o changed item list
|
||||
* @param fullStack old stack
|
||||
* @param diffStack new stack
|
||||
* @param src action source
|
||||
* @param chan storage channel
|
||||
*/
|
||||
void onStackChange( IItemList<?> o, IAEStack<?> fullStack, IAEStack<?> diffStack, IActionSource src, IStorageChannel<?> chan );
|
||||
void onStackChange( IAEStack<?> diffStack, IStorageChannel<?> chan );
|
||||
}
|
||||
|
||||
@@ -52,4 +52,5 @@ public interface IMEMonitorHandlerReceiver<T extends IAEStack<T>>
|
||||
* called when the list updates its contents, this is mostly for handling power events.
|
||||
*/
|
||||
void onListUpdate();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user