public abstract class AbstractAvatarFactory extends Object
| Constructor and Description |
|---|
AbstractAvatarFactory(ClientFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.gwt.user.client.ui.Image |
getAvatarForHash(String hash) |
abstract com.google.gwt.user.client.ui.Image |
getAvatarForJid(tigase.jaxmpp.core.client.BareJID jid) |
protected void |
notifyAvatarChange(tigase.jaxmpp.core.client.BareJID jid) |
abstract void |
setAvatarForHash(String hash,
String data) |
abstract void |
setAvatarForJid(tigase.jaxmpp.core.client.BareJID jid,
String data) |
public AbstractAvatarFactory(ClientFactory factory)
public abstract com.google.gwt.user.client.ui.Image getAvatarForJid(tigase.jaxmpp.core.client.BareJID jid)
public abstract com.google.gwt.user.client.ui.Image getAvatarForHash(String hash)
public abstract void setAvatarForJid(tigase.jaxmpp.core.client.BareJID jid,
String data)
protected void notifyAvatarChange(tigase.jaxmpp.core.client.BareJID jid)
Copyright © 2017. All rights reserved.