public interface NotificationHandler<T>
NotificationListener which didn't provide adequate type safety.
While this class adds generic handler implementations to be created, the domain of supported
implementations is maintained by the NotificationCenter| Modifier and Type | Method and Description |
|---|---|
void |
handle(T message) |
void handle(T message) throws java.lang.Exception
java.lang.Exception