All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.richfaces.component.ClientSideMessage Maven / Gradle / Ivy

There is a newer version: 4.3.7.Final
Show newest version
package org.richfaces.component;

import javax.faces.context.FacesContext;

public interface ClientSideMessage {
    void updateMessages(FacesContext context, String clientId);

    String getFor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy