JavaScript is disabled on your browser.
Skip navigation links
Java API Reference for Oracle Coherence
(25.03)
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.tangosol.net.topic
Interface NamedTopicListener
All Superinterfaces:
EventListener
public interface
NamedTopicListener
extends
EventListener
A listener that receives events related to a
NamedTopic
.
Author:
Jonathan Knight 2024.11.26
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onEvent
(
NamedTopicEvent
evt)
Receives
events
.
Method Details
onEvent
void
onEvent
(
NamedTopicEvent
evt)
Receives
events
.
Parameters:
evt
- the
events
from the topic