Class BufferChangedTickEvent

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

public final class BufferChangedTickEvent extends Object implements BufferEvent
  • Field Details

  • Constructor Details

    • BufferChangedTickEvent

      public BufferChangedTickEvent(Buffer buffer, long changedTick)
  • Method Details

    • getBuffer

      public Buffer getBuffer()
    • getChangedTick

      public long getChangedTick()
    • 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