Class AbstractPullReader.Event

  • Enclosing class:
    AbstractPullReader

    private static class AbstractPullReader.Event
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int type  
      (package private) java.lang.String value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Event()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        int type
      • value

        java.lang.String value
    • Constructor Detail

      • Event

        private Event()