Interface ZStar.Entourage
- All Superinterfaces:
ZStar.TimeTaker
- Enclosing class:
ZStar
Utility class with calls surrounding the execution of the Star.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbreakaleg(ZContext ctx, ZStar.Fortune fortune, ZMQ.Socket phone, Object... bags) Called when the show is about to start.Methods inherited from interface ZStar.TimeTaker
party
-
Method Details
-
breakaleg
Called when the show is about to start. Can be a useful point in the whole process from time to time.- Parameters:
ctx- the context provided in the creation stepfortune- the creator of starsphone- the socket used to communicate with the Agentbags- the optional arguments that were passed at the creation
-