|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.java.sip.communicator.service.protocol.event.AvatarEvent
public class AvatarEvent
Instances of this class represent a change avatar of a protocol
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AvatarEvent(OperationSetAvatar sourceOp,
ProtocolProviderService sourceProvider,
byte[] newAvatar)
Creates an event instance indicating that the specified protocol has changed its avatar to newAvatar. |
|
| Method Summary | |
|---|---|
byte[] |
getNewAvatar()
Returns the new avatar |
OperationSetAvatar |
getSourceAvatarOperationSet()
Returns the OperationSetAvatar instance that is the source of this event. |
ProtocolProviderService |
getSourceProvider()
Returns the provider that the source belongs to. |
String |
toString()
Returns a String representation of this AvatarEvent |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AvatarEvent(OperationSetAvatar sourceOp,
ProtocolProviderService sourceProvider,
byte[] newAvatar)
sourceOp - the operation set that generated this eventsourceProvider - the protocol provider that the contact belongs tonewAvatar - the new avatar| Method Detail |
|---|
public ProtocolProviderService getSourceProvider()
public byte[] getNewAvatar()
public OperationSetAvatar getSourceAvatarOperationSet()
public String toString()
toString in class EventObject
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||