Represents a JDI event and any associated data retrieved from it.
Represents an event callback, receiving the event and returning whether or not to resume.
Adds the event function to this manager.
Adds the event function to this manager. The return value of the handler function contributes towards whether or not to resume the event set.
The id to associate with the event handler
The type of the event to add a function
The function to add, taking the occurring event and a collection of retrieved data from the event
The arguments used when determining whether or not to invoke the event handler
The id associated with the event handler
Retrieves the handler with the specified id.
Retrieves the handler with the specified id.
The id of the handler to retrieve
Some event handler if found, otherwise None
Retrieves the collection of event handler functions for the specific event class.
Retrieves the collection of event handler functions for the specific event class.
The type of event whose functions to retrieve
The collection of event functions
Retrieves the collection of event handler functions for the specific event class.
Retrieves the collection of event handler functions for the specific event class.
The type of event whose functions to retrieve
The collection of event functions
Indicates whether or not the event manager is processing events.
Indicates whether or not the event manager is processing events.
True if it is running, otherwise false
Removes the event function from this manager.
Removes the event function from this manager.
The id of the event handler to remove
Some event handler if removed, otherwise None
Begins the processing of events from the virtual machine.
Ends the processing of events from the virtual machine.
Adds a new event data stream that tracks incoming JDI events and data collected from those events.
Adds a new event data stream that tracks incoming JDI events and data collected from those events.
The type of JDI event to stream
The arguments used when determining whether or not to send the event down the stream
The resulting event stream in the form of a pipeline of events and collected data
Adds a new event data stream that tracks incoming JDI events and data collected from those events.
Adds a new event data stream that tracks incoming JDI events and data collected from those events.
The id to associate with the event handler
The type of JDI event to stream
The arguments used when determining whether or not to send the event down the stream
The resulting event stream in the form of a pipeline of events and collected data
Adds the event function to this manager.
Adds the event function to this manager. The return value of the handler function contributes towards whether or not to resume the event set.
The type of the event to add a function
The function to add, taking the occurring event
The arguments used when determining whether or not to invoke the event handler
The id associated with the event handler
Adds the event function to this manager.
Adds the event function to this manager. The return value of the handler function contributes towards whether or not to resume the event set.
The type of the event to add a function
The function to add, taking the occurring event and a collection of retrieved data from the event
The arguments used when determining whether or not to invoke the event handler
The id associated with the event handler
Adds an event handler based on the specified information.
Adds an event handler based on the specified information.
The information used to add the event hander
The id associated with the event handler
Adds the event function to this manager.
Adds the event function to this manager. The return value of the handler function contributes towards whether or not to resume the event set.
The id to associate with the event handler
The type of the event to add a function
The function to add, taking the occurring event
The arguments used when determining whether or not to invoke the event handler
The id associated with the event handler
Adds a new event stream that tracks incoming JDI events.
Adds a new event stream that tracks incoming JDI events.
The type of JDI event to stream
The arguments used when determining whether or not to send the event down the stream
The resulting event stream in the form of a pipeline of events
Adds a new event stream that tracks incoming JDI events.
Adds a new event stream that tracks incoming JDI events.
The id to associate with the event handler
The type of JDI event to stream
The arguments used when determining whether or not to send the event down the stream
The resulting event stream in the form of a pipeline of events
Adds the event function to this manager.
Adds the event function to this manager. This event automatically counts towards resuming the event set after completion.
The type of the event to add a function
The function to add, taking the occurring event
The arguments used when determining whether or not to invoke the event handler
The id associated with the event handler
Adds the event function to this manager.
Adds the event function to this manager. This event automatically counts towards resuming the event set after completion.
The type of the event to add a function
The function to add, taking the occurring event and a collection of retrieved data from the event
The arguments used when determining whether or not to invoke the event handler
The id associated with the event handler
Adds the event function to this manager.
Adds the event function to this manager. This event automatically counts towards resuming the event set after completion.
The id to associate with the event handler
The type of the event to add a function
The function to add, taking the occurring event
The arguments used when determining whether or not to invoke the event handler
The id associated with the event handler
Adds the event function to this manager.
Adds the event function to this manager. This event automatically counts towards resuming the event set after completion.
The id to associate with the event handler
The type of the event to add a function
The function to add, taking the occurring event and a collection of retrieved data from the event
The arguments used when determining whether or not to invoke the event handler
The id associated with the event handler
Generates an id for a new event handler.
Generates an id for a new event handler.
The id as a string
Represents a manager for events coming in from a virtual machine.