Package org.zeromq
Interface ZStar.Entourage
-
- All Superinterfaces:
ZStar.TimeTaker
- Enclosing class:
- ZStar
public static interface ZStar.Entourage extends ZStar.TimeTaker
Utility class with calls surrounding the execution of the Star.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
breakaleg(ZContext ctx, ZStar.Fortune fortune, ZMQ.Socket phone, java.lang.Object... bags)
Called when the show is about to start.-
Methods inherited from interface org.zeromq.ZStar.TimeTaker
party
-
-
-
-
Method Detail
-
breakaleg
void breakaleg(ZContext ctx, ZStar.Fortune fortune, ZMQ.Socket phone, java.lang.Object... bags)
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
-
-