ASEventBrowser

The ASEventBrowser example creates an event browser for a space. When started, the event browser displays all of the current entries in the space and then blocks, waiting for new operations to occur on the space. When a new operation occurs, the event browser displays the information about that event.

ASEventBrowser does not create any entries in the space. Therefore you should run ASOperations to create the space and put data into it so you will have something in the space to “browse." See ASOperations for more information on running ASOperations.

The ASEventBrowser example recognizes the following additional command line arguments:

-timeout 0 | -1 | xxx where:
      0 =n o wait (default)
            -1 = wait forever
     xxx=timeout in milliseconds

-filter “” | filter_string where: “”=no filter (default)

-distribution_scope all | seeded (default: all)

-timescope snapshot | all | new (default: snapshot)