public interface ProducerListener
Modifier and Type | Method and Description |
---|---|
void |
notifyCanNotProduce(Featurable featurable)
Notify listener that current element can not be produced.
|
void |
notifyProduced(Featurable featurable)
Notify listener that this element has been produced.
|
void |
notifyProducing(Featurable featurable)
Notify listener that this element is currently under production.
|
void |
notifyStartProduction(Featurable featurable)
Notify listener that production is starting for this element.
|
void notifyCanNotProduce(Featurable featurable)
featurable
- The element that would have been under production.void notifyStartProduction(Featurable featurable)
featurable
- The featurable instance from element.void notifyProducing(Featurable featurable)
featurable
- The featurable instance from element.void notifyProduced(Featurable featurable)
featurable
- The featurable instance from element.Copyright © 2017 Byron 3D Games Studio. All rights reserved.