|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.domain.model.DomainChangeAdapter
public class DomainChangeAdapter
DomainChangeAdapter can be used to reduce the number of method to implements if you need to define a DomainChangeListener by subclassing the DomainChangeAdapter and overiding only usefull methods.
Creation date: 12-Jan-2005 18:24:10
Constructor Summary | |
---|---|
DomainChangeAdapter()
|
Method Summary | |
---|---|
void |
addLinkEvent(Link link)
Notify a add link event |
void |
addLspEvent(Lsp lsp)
Notify a add LSP event |
void |
addNodeEvent(Node node)
Notify a add node event |
void |
linkBandwidthChangeEvent(Link link)
Notify a link bandwidth change event |
void |
linkDelayChangeEvent(Link link)
Notify a link delay change event |
void |
linkMetricChangeEvent(Link link)
Notify a link metric change event |
void |
linkReservedBandwidthChangeEvent(Link link)
Notify a link reserved bandwidth change event |
void |
linkStatusChangeEvent(Link link)
Notify a link status change event |
void |
linkTeMetricChangeEvent(Link link)
Notify a link TE metric change event |
void |
lspReservationChangeEvent(Lsp lsp)
Notify a LSP reservation change event |
void |
lspStatusChangeEvent(Lsp lsp)
Notify a change in the status of a lsp |
void |
lspWorkingPathChangeEvent(Lsp lsp)
Notify a change in the working path of the lsp |
void |
nodeLocationChangeEvent(Node node)
Notify a node location change event |
void |
nodeStatusChangeEvent(Node node)
Notify a node status change event |
void |
removeLinkEvent(Link link)
Notify a remove link event |
void |
removeLspEvent(Lsp lsp)
Notify a remove LSP event |
void |
removeNodeEvent(Node node)
Notify a remove node event |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomainChangeAdapter()
Method Detail |
---|
public void addNodeEvent(Node node)
addNodeEvent
in interface DomainChangeListener
node
- public void removeNodeEvent(Node node)
removeNodeEvent
in interface DomainChangeListener
node
- public void nodeStatusChangeEvent(Node node)
nodeStatusChangeEvent
in interface DomainChangeListener
node
- public void nodeLocationChangeEvent(Node node)
nodeLocationChangeEvent
in interface DomainChangeListener
node
- public void addLinkEvent(Link link)
addLinkEvent
in interface DomainChangeListener
link
- public void removeLinkEvent(Link link)
removeLinkEvent
in interface DomainChangeListener
link
- public void linkStatusChangeEvent(Link link)
linkStatusChangeEvent
in interface DomainChangeListener
link
- public void linkMetricChangeEvent(Link link)
linkMetricChangeEvent
in interface DomainChangeListener
link
- public void linkTeMetricChangeEvent(Link link)
linkTeMetricChangeEvent
in interface DomainChangeListener
link
- public void linkBandwidthChangeEvent(Link link)
linkBandwidthChangeEvent
in interface DomainChangeListener
link
- public void linkReservedBandwidthChangeEvent(Link link)
linkReservedBandwidthChangeEvent
in interface DomainChangeListener
link
- public void linkDelayChangeEvent(Link link)
linkDelayChangeEvent
in interface DomainChangeListener
link
- public void addLspEvent(Lsp lsp)
addLspEvent
in interface DomainChangeListener
lsp
- public void removeLspEvent(Lsp lsp)
removeLspEvent
in interface DomainChangeListener
lsp
- public void lspReservationChangeEvent(Lsp lsp)
lspReservationChangeEvent
in interface DomainChangeListener
lsp
- public void lspWorkingPathChangeEvent(Lsp lsp)
lspWorkingPathChangeEvent
in interface DomainChangeListener
lsp
- public void lspStatusChangeEvent(Lsp lsp)
lspStatusChangeEvent
in interface DomainChangeListener
lsp
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |