Class ChannelManager.Both<C extends Channel,A>

java.lang.Object
org.jdrupes.vmoperator.manager.events.ChannelManager.Both<C,A>
Type Parameters:
C - the generic type
A - the generic type
Enclosing class:
ChannelManager<K,C extends Channel,A>

public static class ChannelManager.Both<C extends Channel,A> extends Object
Combines the channel and the associated data.
  • Field Details

  • Constructor Details

    • Both

      public Both(C channel, A associated)
      Instantiates a new both.
      Parameters:
      channel - the channel
      associated - the associated