All Implemented Interfaces:
TagBase, EventAttribute, Serializable, Cloneable

public class OnCanPlayThrough extends AbstractEventAttribute
oncanplaythrough attribute for the element. This attribute is supported by multiple tags.
Since:
2.0.0
See Also:
  • Constructor Details

    • OnCanPlayThrough

      public OnCanPlayThrough()
    • OnCanPlayThrough

      public OnCanPlayThrough(ServerAsyncMethod serverAsyncMethod)
    • OnCanPlayThrough

      public OnCanPlayThrough(String jsPreFunctionBody, ServerAsyncMethod serverAsyncMethod, String jsFilterFunctionBody, String jsPostFunctionBody)
    • OnCanPlayThrough

      public OnCanPlayThrough(String value)
    • OnCanPlayThrough

      public OnCanPlayThrough(ServerAsyncMethod serverAsyncMethod, Object serverSideData)
      Parameters:
      serverAsyncMethod -
      serverSideData -
      Since:
      3.0.2
    • OnCanPlayThrough

      public OnCanPlayThrough(String jsPreFunctionBody, ServerAsyncMethod serverAsyncMethod, String jsFilterFunctionBody, String jsPostFunctionBody, Object serverSideData)
      Parameters:
      jsPreFunctionBody -
      serverAsyncMethod -
      jsFilterFunctionBody -
      jsPostFunctionBody -
      serverSideData -
      Since:
      3.0.2
  • Method Details