Package org.jgrapes.core.internal
Class EventChannelsTuple
java.lang.Object
org.jgrapes.core.internal.EventChannelsTuple
This class provides a container for an event and an arbitrary
number of channels.
Instances represent a particular event being fired on several channels. They are used e.g. to queue the information about an event being fired on some channels.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEventChannelsTuple
(EventBase<?> event, Channel[] channels) Create a new instance. -
Method Summary
-
Field Details
-
event
-
channels
-
-
Constructor Details
-
EventChannelsTuple
Create a new instance.- Parameters:
event
- the eventchannels
- the channels
-
-
Method Details