Menu

#2 Base Listener call on Event Data

Current Release
closed
5
2001-10-11
2001-03-14
No

Currently, the Events store an Event "Class"
and "Method". This works in most cases, but some
listeners may want to listen in on an even more
specific event. This becomes critical when the Events
are passed over a network - the desire to minimize
event transportation is beyond a calculable value.

This should be changed by creating an
IEventListenerCheck, which is downloadable to any
server on which the listener may want to check for
events. It has a single method which checks the
content of an event, and returns true if the event
should be passed to the listener (which may be on a
remote machine).

The interface itself needs to be serializable, not
remote - it is passed across the wire, not a skeleton
of it.

Discussion

  • Matt Albrecht

    Matt Albrecht - 2001-05-11
    • milestone: 107774 -->
    • assigned_to: groboclown --> nobody
    • labels: 316514 -->
     
  • Matt Albrecht

    Matt Albrecht - 2001-05-11
    • milestone: --> Current Release
    • assigned_to: nobody --> groboclown
     
  • Matt Albrecht

    Matt Albrecht - 2001-10-11

    Logged In: YES
    user_id=171822

    This has been accomplished in net.groboclown.eventbus.v2

     
  • Matt Albrecht

    Matt Albrecht - 2001-10-11
    • labels: --> improve interface
     
  • Matt Albrecht

    Matt Albrecht - 2001-10-11
    • status: open --> closed