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