Package org.zeromq
Interface ZStar.TimeTaker
-
- All Known Subinterfaces:
ZStar.Entourage
,ZStar.Fortune
- All Known Implementing Classes:
ZActor.ActorFortune
- Enclosing class:
- ZStar
public static interface ZStar.TimeTaker
Utility class with callback for when the Star has finished its performances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
party(ZContext ctx)
Called when the show is finished but no cleaning is still done.
-
-
-
Method Detail
-
party
void party(ZContext ctx)
Called when the show is finished but no cleaning is still done. Useful to make the background thread wait a little bit, for example.- Parameters:
ctx
- the shadow context
-
-