public class InvisibleStorage extends Object implements SubscribeableStorage
Constructor and Description |
---|
InvisibleStorage() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(ItemStorage child) |
void |
added(ItemDescriptor descriptor) |
void |
clear() |
void |
removeChild(ItemStorage child) |
void |
removed(ItemDescriptor descriptor) |
public void added(ItemDescriptor descriptor)
added
in interface ItemStorage
public void removed(ItemDescriptor descriptor)
removed
in interface ItemStorage
public void addChild(ItemStorage child)
addChild
in interface SubscribeableStorage
public void removeChild(ItemStorage child)
removeChild
in interface SubscribeableStorage
public void clear()
clear
in interface SubscribeableStorage