Package org.apache.activemq.util
Interface Handler<T>
-
public interface Handler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(T e)
-
-
-
Method Detail
-
handle
void handle(T e)
-
-