|
From: <sno...@us...> - 2013-09-23 18:34:24
|
Revision: 106
http://sourceforge.net/p/openrpg/svn/106
Author: snowdog_
Date: 2013-09-23 18:34:21 +0000 (Mon, 23 Sep 2013)
Log Message:
-----------
Refresh ClientList GUI on events
Modified Paths:
--------------
trunk/src/openrpg2/server/core/modules/clientlist/ClientList.java
Modified: trunk/src/openrpg2/server/core/modules/clientlist/ClientList.java
===================================================================
--- trunk/src/openrpg2/server/core/modules/clientlist/ClientList.java 2013-09-23 18:01:57 UTC (rev 105)
+++ trunk/src/openrpg2/server/core/modules/clientlist/ClientList.java 2013-09-23 18:34:21 UTC (rev 106)
@@ -79,6 +79,7 @@
public void notifyOfModuleEvent(ORPGEvent e) {
// this.log.info("Got event notification "+e.src()+" i="+e.id);
this.dataSource.updateData();
+ this.dataSource.fireTableDataChanged();
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|