Class BufferChangedTickEvent

    • 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
      BufferChangedTickEvent​(com.ensarsarajcic.neovim.java.api.types.msgpack.Buffer buffer, long changedTick)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.ensarsarajcic.neovim.java.api.types.msgpack.Buffer getBuffer()  
      long getChangedTick()  
      java.lang.String getNotificationName()
      Provides the name of this notification type.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • CREATOR

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

      • BufferChangedTickEvent

        public BufferChangedTickEvent​(com.ensarsarajcic.neovim.java.api.types.msgpack.Buffer buffer,
                                      long changedTick)
    • Method Detail

      • getBuffer

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

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