psmith 2003/06/29 15:54:31
Modified: src/java/org/apache/log4j/chainsaw ReceiversPanel.java
Log:
expose the update method so classes can ask the receiver
panel to update it's information.
Revision Changes Path
1.6 +1 -1
jakarta-log4j/src/java/org/apache/log4j/chainsaw/ReceiversPanel.java
Index: ReceiversPanel.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/ReceiversPanel.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ReceiversPanel.java 27 Jun 2003 03:24:01 -0000 1.5
+++ ReceiversPanel.java 29 Jun 2003 22:54:31 -0000 1.6
@@ -516,7 +516,7 @@
* and that this operation occurs in the Swing Event Dispatch thread.
*
*/
- private void updateReceiverTreeInDispatchThread() {
+ public void updateReceiverTreeInDispatchThread() {
if (SwingUtilities.isEventDispatchThread()) {
updateReceiverTree.run();
} else {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]