K - the type of key in the window paneV - the type of value in the window pane.public final class WindowPane<K,V>
extends java.lang.Object
Window.| Constructor and Description | 
|---|
| WindowPane(WindowKey<K> key,
          V value,
          AccumulationMode mode,
          FiringType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| FiringType | getFiringType() | 
| WindowKey<K> | getKey() | 
| V | getMessage() | 
public WindowPane(WindowKey<K> key, V value, AccumulationMode mode, FiringType type)
public V getMessage()
public FiringType getFiringType()