Package org.zeromq

Interface ZStar.Set

  • All Known Implementing Classes:
    ZStar.SimpleSet
    Enclosing class:
    ZStar

    public static interface ZStar.Set
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean fire()
      Is the set on fire ?
      void lights​(java.lang.String name, int id)
      Puts the performance name on the front door with big lights.
    • Method Detail

      • lights

        void lights​(java.lang.String name,
                    int id)
        Puts the performance name on the front door with big lights.
        Parameters:
        name - the name of the performance.
        id - the performance number.
      • fire

        boolean fire()
        Is the set on fire ?
        Returns:
        true if it is time to leave the place.