com.notuvy.util
Interface BooleanStateHandler


public interface BooleanStateHandler

Handle a change in boolean value of an observable BooleanState.

Author:
murali

Method Summary
 void handleState(boolean pValue)
           
 void initializeState(boolean pValue)
           
 

Method Detail

initializeState

void initializeState(boolean pValue)

handleState

void handleState(boolean pValue)


Copyright © 2013. All Rights Reserved.