public interface ProducibleListener
Modifier and Type | Method and Description |
---|---|
void |
notifyProductionEnded(Producer producer)
Notify listener that production is over.
|
void |
notifyProductionProgress(Producer producer)
Notify listener that production is currently in progress.
|
void |
notifyProductionStarted(Producer producer)
Notify listener that production has been started.
|
void notifyProductionStarted(Producer producer)
producer
- The producer reference.void notifyProductionProgress(Producer producer)
producer
- The producer reference.void notifyProductionEnded(Producer producer)
producer
- The producer reference.Copyright © 2017 Byron 3D Games Studio. All rights reserved.