Class WrapperObservableMap.InternalListener

    • Constructor Detail

      • InternalListener

        protected InternalListener()
    • Method Detail

      • onMapEvent

        protected void onMapEvent​(MapEvent<K,​V> evt)
        Invoked when a map entry has been inserted, updated or deleted. To determine what action has occurred, use MapEvent.getId().
        Specified by:
        onMapEvent in class MultiplexingMapListener<K,​V>
        Parameters:
        evt - the MapEvent carrying the insert, update or delete information