event.RouterListener Interface Reference

import "event.idl";

List of all members.


Detailed Description

A callback interface that can be implemented by a client of the event interface.

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.


Member Function Documentation

void event.RouterListener.routerDown ( in string  routerName,
in string  saeId 
)

Tell the listener that this SAE instance no longer accepts notification for a router.

Parameters:
[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.

Parameters:
[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


The documentation for this interface was generated from the following file:
Generated on Wed May 8 13:28:16 2013 for SAE API by  doxygen 1.4.7