ASEventBrowser

An event browser is the iterative version of a listener’s next() method and returns the next event (the same kind of object you would get in a listener) in the space's event stream. Just like any other browser or listener, it can take a filter and has the same time and distribution scopes.

For a description of the ASEventBrowser sample program, which shows how to implement an event browser, see ASEventBrowser.

Related reference