|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphListener | |
|---|---|
| com.kuka.graph | This package contains the main interfaces and utility classes for working with graphs. |
| com.kuka.graph.event | This package contains classes and interfaces for graph listeners. |
| com.kuka.graph.impl | This package contains the base implementations of the graph and edge interface. |
| Uses of GraphListener in com.kuka.graph |
|---|
| Methods in com.kuka.graph with parameters of type GraphListener | |
|---|---|
void |
ListenableGraph.addListener(GraphListener<N,E> listener)
Adds the specified graph listener. |
void |
ListenableGraph.removeListener(GraphListener<N,E> listener)
Removes the specified listener. |
| Uses of GraphListener in com.kuka.graph.event |
|---|
| Classes in com.kuka.graph.event that implement GraphListener | |
|---|---|
class |
GraphEdgeSetListener<N,E>
Abstract super class for edge listeners. |
class |
GraphNodeSetListener<N,E>
Abstract super class for node listeners. |
| Uses of GraphListener in com.kuka.graph.impl |
|---|
| Methods in com.kuka.graph.impl with parameters of type GraphListener | |
|---|---|
void |
AbstractBaseListenableGraph.addListener(GraphListener<N,E> listener)
|
void |
AbstractBaseListenableGraph.removeListener(GraphListener<N,E> listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||