Package com._1c.g5.aef2.standard.events
Class ViewModelNotifyEvent
- java.lang.Object
- 
- com._1c.g5.aef2.standard.events.ViewModelNotifyEvent
 
- 
- 
Constructor SummaryConstructors Constructor Description ViewModelNotifyEvent(Runnable runnable, Model notifier)Creates a new event.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RunnablegetRunnable()Returns the runnable to execute according to receiver's logic.booleanneedsProcessing()Returns if the event needs to be processed.
 
- 
- 
- 
Method Detail- 
getRunnablepublic Runnable getRunnable() Returns the runnable to execute according to receiver's logic.- Returns:
- the runnable, never null.
 
 - 
needsProcessingpublic boolean needsProcessing() Returns if the event needs to be processed.- Returns:
- if the event needs to be processed.
 
 
- 
 
-