Class ViewSourceSuccessCallback

  • All Implemented Interfaces:
    org.jboss.errai.common.client.api.RemoteCallback<String>

    public class ViewSourceSuccessCallback
    extends Object
    implements org.jboss.errai.common.client.api.RemoteCallback<String>
    Callback to set the ViewSource Widgets content
    • Constructor Detail

      • ViewSourceSuccessCallback

        public ViewSourceSuccessCallback​(ViewSourceView viewSource)
    • Method Detail

      • callback

        public void callback​(String drl)
        Specified by:
        callback in interface org.jboss.errai.common.client.api.RemoteCallback<String>