Uses of Interface
org.silverpeas.mobile.client.apps.contacts.events.app.ContactsAppEventHandler
-
Packages that use ContactsAppEventHandler Package Description org.silverpeas.mobile.client.apps.contacts org.silverpeas.mobile.client.apps.contacts.events.app -
-
Uses of ContactsAppEventHandler in org.silverpeas.mobile.client.apps.contacts
Classes in org.silverpeas.mobile.client.apps.contacts that implement ContactsAppEventHandler Modifier and Type Class Description class
ContactsApp
-
Uses of ContactsAppEventHandler in org.silverpeas.mobile.client.apps.contacts.events.app
Fields in org.silverpeas.mobile.client.apps.contacts.events.app with type parameters of type ContactsAppEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<ContactsAppEventHandler>
AbstractContactsAppEvent. TYPE
Methods in org.silverpeas.mobile.client.apps.contacts.events.app that return types with arguments of type ContactsAppEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<ContactsAppEventHandler>
AbstractContactsAppEvent. getAssociatedType()
Methods in org.silverpeas.mobile.client.apps.contacts.events.app with parameters of type ContactsAppEventHandler Modifier and Type Method Description protected void
ContactsFilteredLoadEvent. dispatch(ContactsAppEventHandler handler)
protected void
ContactsLoadEvent. dispatch(ContactsAppEventHandler handler)
-