Class NewKeyEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class NewKeyEvent
    extends java.util.EventObject
    An event representing when a Key has arrived inside a Chainsaw model that has not been seen previously.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object key  
      private int newModelIndex  
      private java.lang.Object value  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      NewKeyEvent​(java.lang.Object source, int newModelIndex, java.lang.Object key, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getKey()  
      int getNewModelIndex()  
      java.lang.Object getValue()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • newModelIndex

        private int newModelIndex
      • key

        private java.lang.Object key
      • value

        private java.lang.Object value
    • Constructor Detail

      • NewKeyEvent

        public NewKeyEvent​(java.lang.Object source,
                           int newModelIndex,
                           java.lang.Object key,
                           java.lang.Object value)
        Parameters:
        source -
    • Method Detail

      • getKey

        public java.lang.Object getKey()
        Returns:
        key
      • getNewModelIndex

        public int getNewModelIndex()
        Returns:
        model index
      • getValue

        public java.lang.Object getValue()
        Returns:
        value