org.gearman.common.GearmanSessionEventHandler Maven / Gradle / Ivy
/*
* Copyright (C) 2009 by Eric Lambert
* Use and distribution licensed under the BSD license. See
* the COPYING file in the parent directory for full text.
*/
package org.gearman.common;
public interface GearmanSessionEventHandler {
public void handleSessionEvent(GearmanSessionEvent event)
throws IllegalArgumentException, IllegalStateException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy