Commit e3fc7827 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Moved PropertyEventDispatcher and PropertyEventListener to org.jivesoftware.util. JM-251


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1216 b35dd754-fafc-0310-a699-88a17e54d16e
parent fb86084b
......@@ -18,7 +18,7 @@
* limitations under the License.
*/
package org.jivesoftware.messenger.event;
package org.jivesoftware.util;
import org.jivesoftware.util.Log;
......
......@@ -18,13 +18,13 @@
* limitations under the License.
*/
package org.jivesoftware.messenger.event;
package org.jivesoftware.util;
import java.util.Map;
/**
* Interface to listen for property events. Use the
* {@link PropertyEventDispatcher#addListener(PropertyEventListener)}
* {@link org.jivesoftware.util.PropertyEventDispatcher#addListener(PropertyEventListener)}
* method to register for events.
*
* @author Matt Tucker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment