Class BufferDetachEvent

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.ensarsarajcic.neovim.java.api.types.msgpack.Buffer getBuffer()  
      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

      • BufferDetachEvent

        public BufferDetachEvent​(com.ensarsarajcic.neovim.java.api.types.msgpack.Buffer buffer)
    • Method Detail

      • getBuffer

        public com.ensarsarajcic.neovim.java.api.types.msgpack.Buffer getBuffer()
      • 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