JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.sdmxsource.sdmx.api.listener
Interface Listener<T>
All Known Implementing Classes:
InMemoryRetrievalManager
public interface
Listener<T>
A class that can listen for actions and be invoked.
Method Summary
Methods
Modifier and Type
Method and Description
void
invoke
(
T
obj)
Listens for changes to object of type T and is notified on change and is passed in T.
Method Detail
invoke
void invoke(
T
obj)
Listens for changes to object of type T and is notified on change and is passed in T.
Parameters:
obj
-
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method