Package org.zeromq

Class ZStar.SimpleSet

java.lang.Object
org.zeromq.ZStar.SimpleSet
All Implemented Interfaces:
ZStar.Set
Enclosing class:
ZStar

public static class ZStar.SimpleSet extends Object implements ZStar.Set
  • Constructor Details

    • SimpleSet

      public SimpleSet()
  • Method Details

    • fire

      public boolean fire()
      Description copied from interface: ZStar.Set
      Is the set on fire ?
      Specified by:
      fire in interface ZStar.Set
      Returns:
      true if it is time to leave the place.
    • lights

      public void lights(String name, int id)
      Description copied from interface: ZStar.Set
      Puts the performance name on the front door with big lights.
      Specified by:
      lights in interface ZStar.Set
      Parameters:
      name - the name of the performance.
      id - the performance number.
    • createDefaultName

      public static String createDefaultName(String format, int id)