Serializable
public static class ConnectionCookie.Event extends EventObject
source
Constructor | Description |
---|---|
Event(Node n,
ConnectionCookie.Type t) |
Modifier and Type | Method | Description |
---|---|---|
Node |
getNode() |
Getter for the node that produced the action.
|
ConnectionCookie.Type |
getType() |
Getter for the type of the event.
|
getSource, toString
public Event(Node n, ConnectionCookie.Type t)
n
- the node that produced the actiont
- type of the eventpublic Node getNode()
public ConnectionCookie.Type getType()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.