Package org.gearman.common
Interface GearmanServerResponseHandler
-
- All Known Implementing Classes:
GearmanEchoResponseHandler
,GearmanJobImpl
,GearmanJobStatusImpl
public interface GearmanServerResponseHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleEvent(GearmanPacket event)
boolean
isDone()
-
-
-
Method Detail
-
handleEvent
void handleEvent(GearmanPacket event) throws GearmanException
- Throws:
GearmanException
-
isDone
boolean isDone()
-
-