Class FVEventListener
- java.lang.Object
-
- java.util.Observable
-
- ghidra.framework.main.logviewer.event.FVEventListener
-
public class FVEventListener extends java.util.ObservableExtension of the JavaObserverclass that allows clients to sendFVEventmessages to subscribers.
-
-
Constructor Summary
Constructors Constructor Description FVEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(FVEvent evt)Fires off the givenFVEventusing the appropriateObservermethods.
-