java.lang.Object
com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
All Implemented Interfaces:
BufferEvent, NeovimNotification

public final class BufferLinesEvent extends Object implements BufferEvent
  • Field Details

  • Constructor Details

    • BufferLinesEvent

      public BufferLinesEvent(Buffer buffer, int changedTick, int firstLine, int lastLine, List<String> lineData, boolean more)
  • Method Details

    • getBuffer

      public Buffer getBuffer()
    • getChangedTick

      public int getChangedTick()
    • getFirstLine

      public int getFirstLine()
    • getLastLine

      public int getLastLine()
    • getLineData

      public List<String> getLineData()
    • isMore

      public boolean isMore()
    • getNotificationName

      public 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 String toString()
      Overrides:
      toString in class Object