com.kuka.nav.fleet.graph.properties
Interface PropertyListener


public interface PropertyListener

Listener that gets called when a property is changed.


Method Summary
 void propertyChanged(Property property)
          Gets called after a property changed its value.
 

Method Detail

propertyChanged

void propertyChanged(Property property)
Gets called after a property changed its value.

Parameters:
property - the property that has been changed.


Copyright © 2019. All rights reserved.