Package org.gearman.common
Interface GearmanSessionEventHandler
-
- All Known Implementing Classes:
GearmanClientImpl
,GearmanJobServerSession
,GearmanWorkerImpl
public interface GearmanSessionEventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleSessionEvent(GearmanSessionEvent event)
-
-
-
Method Detail
-
handleSessionEvent
void handleSessionEvent(GearmanSessionEvent event) throws IllegalArgumentException, IllegalStateException
-
-