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

    Modifier and Type
    Method
    Description
    void
    Called when the show is finished but no cleaning is still done.
  • Method Details

    • 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