Class FVEvent

java.lang.Object
ghidra.framework.main.logviewer.event.FVEvent

public class FVEvent extends Object
Custom events to be used in conjunction with the FVEventListener module. Users should construct an event, then fire it using FVEventListener.send(FVEvent). Two items are passed along with each event: - The eventType attribute specifies the event that is being fired. - The arg is a generic object and can be populated with whatever is appropriate for the associated event. It's up to the receiver to understand how to parse it.