| Author |
Informing other components about events in a JTree
|
Mark Malkiewicz
Greenhorn
Joined: Feb 16, 2013
Posts: 5
|
|
I've written a presenter class that contains a JTree so It sets up the tree, attaches model, CellRenderer, etc.
The problem is that the presenter should allow to connect other components to itself that are interested in tree events (like when a node is selected).
It's like Observator programming pattern (where the presenter is subject) , although I don't want to use java.util.Observable class but make it simpler. Like handling events in standard Swing components.
|
 |
 |
|
|
subject: Informing other components about events in a JTree
|
|
|