Interface Property.PropertyHandler

  • Enclosing class:
    Property<G,​S,​R>

    public static interface Property.PropertyHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(java.util.Map<java.lang.String,​java.lang.Object> fromUser, java.util.Map<java.lang.String,​java.lang.Object> toUser)  
    • Method Detail

      • handle

        void handle​(java.util.Map<java.lang.String,​java.lang.Object> fromUser,
                    java.util.Map<java.lang.String,​java.lang.Object> toUser)
             throws java.lang.Exception
        Throws:
        java.lang.Exception