Interface GearmanIOEventListener

  • All Known Implementing Classes:
    GearmanJobServerSession, GearmanTask

    public interface GearmanIOEventListener
    A GearmanIOEventListener receives notifications as events are sent from the Gearman Job Server to a particular GearmanJob. When the job receives an event, it passes itself to all registered listeners and executes the appropriate method,thereby giving the listener a chance to handle the event.