Class FVEvent
java.lang.Object
ghidra.framework.main.logviewer.event.FVEvent
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.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
eventType
-
arg
-
-
Constructor Details
-
FVEvent
- Parameters:
eventType-arg-
-