JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
gov.llnl.gnem.apps.coda.common.service.api
Interface NotificationService
All Known Implementing Classes:
NotificationServiceImpl
public interface
NotificationService
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<T> void
post
(T event)
void
register
(
Listener
<?> listener)
Method Details
register
void
register
(
Listener
<?> listener)
post
<T>
void
post
(T event)