EventManager
will record the request internally and register the event with the virtual machine, which may choose to handle the request itself (as is likely the case with breakpoints and other execution-related events), or it may decide to allow the EventManager
to handle notifications and all filtering (which is convenient for other events such as class (un)loading).
@author Keith Seitz (keiths@redhat.com)
|
|