PHXReferenceMonitor
Last update: 18.06.2026public class PHXReferenceMonitor : ActionListener, ListSelectionListener, WindowListener, ItemListener
A utility class for showing active COM references from PHXCOMObject
Author
Sharp
Functions
| Name | Summary |
|---|---|
| actionPerformed | public actionPerformed(e: ActionEvent) |
| itemStateChanged | public itemStateChanged(e: ItemEvent) |
| showMonitor | public showMonitor() |
| valueChanged | public valueChanged(e: ListSelectionEvent) |
| windowActivated | public windowActivated(e: WindowEvent) |
| windowClosed | public windowClosed(e: WindowEvent) |
| windowClosing | public windowClosing(e: WindowEvent) |
| windowDeactivated | public windowDeactivated(e: WindowEvent) |
| windowDeiconified | public windowDeiconified(e: WindowEvent) |
| windowIconified | public windowIconified(e: WindowEvent) |
| windowOpened | public windowOpened(e: WindowEvent) |