Class BaseActionEventSendImage

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.BaseActionEventSendImage
All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventSendImage extends BaseActionEvent
Event that is sent by the screen grabbing component. With the RISC client the image is transferred as Base64 encoded string (which is the first parameter of the event). Do not access the parameters directly but use the methods getImageBytes() or getImageBytesAsHexString() instead.
See Also:
  • Constructor Details

    • BaseActionEventSendImage

      public BaseActionEventSendImage(javax.faces.component.UIComponent component, String type)
  • Method Details

    • getImageBytesAsHexString

      public String getImageBytesAsHexString()
    • getImageBytes

      public byte[] getImageBytes()