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