public interface IStackWatcherHost
| Modifier and Type | Method and Description |
|---|---|
void |
onStackChange(IItemList<?> o,
IAEStack<?> fullStack,
IAEStack<?> diffStack,
IActionSource src,
IStorageChannel<?> chan)
Called when a watched item changes amounts.
|
void |
updateWatcher(IStackWatcher newWatcher)
provides the IStackWatcher for this host, for the current network, is called when the hot changes networks.
|
void updateWatcher(IStackWatcher newWatcher)
newWatcher - stack watchervoid onStackChange(IItemList<?> o, IAEStack<?> fullStack, IAEStack<?> diffStack, IActionSource src, IStorageChannel<?> chan)
o - changed item listfullStack - old stackdiffStack - new stacksrc - action sourcechan - storage channel