import "event.idl";
SAE will notify registered listeners when routers become managed and unmanaged.
Public Member Functions | |
void | routerUp (in string routerName, in string saeId) |
Tell the listener that this SAE instance is starting to accept notifications for a router. | |
void | routerDown (in string routerName, in string saeId) |
Tell the listener that this SAE instance no longer accepts notification for a router. |
void event.RouterListener.routerDown | ( | in string | routerName, | |
in string | saeId | |||
) |
Tell the listener that this SAE instance no longer accepts notification for a router.
[in] | routerName | The name of the router that went down. |
[in] | saeId | The ID of the SAE that is no longer accepting notifications. The ID can be retrieved using EventNotification.getSaeID |
void event.RouterListener.routerUp | ( | in string | routerName, | |
in string | saeId | |||
) |
Tell the listener that this SAE instance is starting to accept notifications for a router.
[in] | routerName | The name of the router that came up. |
[in] | saeId | The ID of the SAE that is now accepting notifications. The ID can be retrieved using EventNotification.getSaeID |