org.skunk.dav.client.gui
Interface StateMonitor.Mapper

Enclosing class:
StateMonitor

public static interface StateMonitor.Mapper

maps values of the application property to values of the target property


Method Summary
 boolean canMapValue(java.lang.Object applicationValue)
           
 java.lang.Object getTargetValue(java.lang.Object applicationValue)
           
 

Method Detail

getTargetValue

public java.lang.Object getTargetValue(java.lang.Object applicationValue)
Parameters:
applicationValue - the application value of the registered application property
Returns:
target value that the StateMonitor should set registered target properties

canMapValue

public boolean canMapValue(java.lang.Object applicationValue)
Returns:
whether or not the Mapper can map this value