Interface Pollable

All Known Implementing Classes:
ZKRegistry

public interface Pollable
Interface for objects that are polled on each controller clock tick in order to perform time-based tasks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tick(long curTime)
     
  • Method Details

    • tick

      void tick(long curTime)