java.lang.Object
me.wiefferink.interactivemessenger.processing.Limit

public class Limit extends Object
Class to store a limit
  • Field Details

    • left

      public int left
    • depth

      public int depth
    • notified

      public boolean notified
    • message

      public Message message
    • started

      public long started
  • Constructor Details

    • Limit

      public Limit(int count, Message message)
      Set the initial limit
      Parameters:
      count - The limit to use
      message - The message this limit is started for
  • Method Details