Class BufferLinesEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.Function<java.util.List,​BufferEvent> CREATOR  
      static java.lang.String NAME  
      • Fields inherited from interface com.ensarsarajcic.neovim.java.notifications.buffer.BufferEvent

        PREFIX
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferLinesEvent​(com.ensarsarajcic.neovim.java.api.types.msgpack.Buffer buffer, int changedTick, int firstLine, int lastLine, java.util.List<java.lang.String> lineData, boolean more)  
    • Field Detail

      • CREATOR

        public static final java.util.function.Function<java.util.List,​BufferEvent> CREATOR
    • Constructor Detail

      • BufferLinesEvent

        public BufferLinesEvent​(com.ensarsarajcic.neovim.java.api.types.msgpack.Buffer buffer,
                                int changedTick,
                                int firstLine,
                                int lastLine,
                                java.util.List<java.lang.String> lineData,
                                boolean more)
    • Method Detail

      • getBuffer

        public com.ensarsarajcic.neovim.java.api.types.msgpack.Buffer getBuffer()
      • getChangedTick

        public int getChangedTick()
      • getFirstLine

        public int getFirstLine()
      • getLastLine

        public int getLastLine()
      • getLineData

        public java.util.List<java.lang.String> getLineData()
      • isMore

        public boolean isMore()
      • getNotificationName

        public java.lang.String getNotificationName()
        Description copied from interface: NeovimNotification
        Provides the name of this notification type. This will usually have the same value between instances.
        Specified by:
        getNotificationName in interface NeovimNotification
        Returns:
        name of this notification type
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object