TargetedNotification

Class TargetedNotification

All Implemented Interfaces:
Serializable
public class TargetedNotification
extends Object
implements Serializable

A (Notification, Listener ID) pair.

This class is used to associate an emitted notification with the listener ID to which it is targeted.

Since:
1.5

Constructors

TargetedNotification

public TargetedNotification(Notification notification,
                            Integer listenerID)
<