public static class ConnectionCookie.Event
extends java.util.EventObject
| 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.
|
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.