public static class ConnectionCookie.Event extends EventObject
source
Constructor and Description |
---|
Event(Node n,
ConnectionCookie.Type t) |
Modifier and Type | Method and 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()