K - the type of the key in the incoming message.
Windows that are not keyed have a Void key type.public class WindowKey<K>
extends java.lang.Object
WindowPane emitted from a Window.| Constructor and Description |
|---|
WindowKey(K key,
java.lang.String paneId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
K |
getKey() |
java.lang.String |
getPaneId() |
int |
hashCode() |
java.lang.String |
toString() |
public WindowKey(K key, java.lang.String paneId)
public K getKey()
public java.lang.String getPaneId()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object