|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ch.elca.dependency.graph.LayeringEvent
A LayeringEvent occurs each time an edge is discovered
which violates the specified layering. In case of such a violation
a LayeringEvent is fired and the registered
LayeringListeners get an opportunity to process this Event accordingly.
| Constructor Summary | |
LayeringEvent(Edge edge)
Creates a new LayeringEvent instance. |
|
| Method Summary | |
Edge |
getEdge()
Get the Edge associated with this LayeringEvent. |
java.lang.String |
toString()
Get the String representation of this LayeringEvent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LayeringEvent(Edge edge)
LayeringEvent instance.
edge - an Edge value| Method Detail |
public Edge getEdge()
Edge valuepublic java.lang.String toString()
toString in class java.lang.ObjectString value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||