aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java
diff options
context:
space:
mode:
authorSebastien Vincent <seb@jitsi.org>2010-10-04 09:33:50 +0000
committerSebastien Vincent <seb@jitsi.org>2010-10-04 09:33:50 +0000
commit303c3dfbd6a2ef57a2ea7ffacc49dcf7aea62c90 (patch)
tree6442696d17ffa6a496b014185aa68cf0904cdc99 /src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java
parentf7078b197ba877dc981592b927886f8d9a7fd143 (diff)
downloadjitsi-303c3dfbd6a2ef57a2ea7ffacc49dcf7aea62c90.zip
jitsi-303c3dfbd6a2ef57a2ea7ffacc49dcf7aea62c90.tar.gz
jitsi-303c3dfbd6a2ef57a2ea7ffacc49dcf7aea62c90.tar.bz2
Fixes warnings and javadocs.
Diffstat (limited to 'src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java')
-rw-r--r--src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java b/src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java
index 30c2f9e..16817f4 100644
--- a/src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java
+++ b/src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java
@@ -12,12 +12,16 @@ import net.java.sip.communicator.service.protocol.*;
/**
* Represents a notifying event fired by a specific {@link AccountManager}.
- *
+ *
* @author Lubomir Marinov
*/
public class AccountManagerEvent
extends EventObject
{
+ /**
+ * Serial version UID.
+ */
+ private static final long serialVersionUID = 0L;
/**
* The type of event notifying that the loading of the stored accounts of a
@@ -42,7 +46,7 @@ public class AccountManagerEvent
* specific <code>AccountManager</code> in order to notify of an event of a
* specific type occurring while working on a specific
* <code>ProtocolProviderFactory</code>.
- *
+ *
* @param accountManager the <code>AccountManager</code> issuing the
* notification i.e. the source of the event
* @param type the type of the event which is one of
@@ -62,7 +66,7 @@ public class AccountManagerEvent
/**
* Gets the <code>ProtocolProviderFactory</code> being worked on at the time
* this event has been fired.
- *
+ *
* @return the <code>ProtocolProviderFactory</code> being worked on at the
* time this event has been fired
*/
@@ -74,7 +78,7 @@ public class AccountManagerEvent
/**
* Gets the (detail) type of this event which is one of
* <code>STORED_ACCOUNTS_LOADED</code>.
- *
+ *
* @return the (detail) type of this event which is one of
* <code>STORED_ACCOUNTS_LOADED</code>
*/