Class AbstractIdentifiableModelObserver

    • Constructor Detail

      • AbstractIdentifiableModelObserver

        public AbstractIdentifiableModelObserver​(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()
        Description copied from interface: Identifiable
        Gets the identity of object.

        This identity should override Object.equals(Object) and Object.hashCode() methods.

        Specified by:
        getId in interface Identifiable
        Specified by:
        getId in interface ModelObserver