Package org.opennms.core.tracker
Interface ReplyHandler<ReplyT>
-
- All Known Implementing Classes:
RequestTracker
public interface ReplyHandler<ReplyT>Callback method used by theMessengerwhen a reply is received.- Author:
- jwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleReply(ReplyT reply)
-
-
-
Method Detail
-
handleReply
void handleReply(ReplyT reply)
-
-