Package com._1c.g5.aef2.standard.events
Class ViewModelNotifyEvent
- java.lang.Object
-
- com._1c.g5.aef2.standard.events.ViewModelNotifyEvent
-
-
Constructor Summary
Constructors Constructor Description ViewModelNotifyEvent(Runnable runnable, Model notifier)Creates a new event.
-
Method Summary
All 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
-
getRunnable
public Runnable getRunnable()
Returns the runnable to execute according to receiver's logic.- Returns:
- the runnable, never
null.
-
needsProcessing
public boolean needsProcessing()
Returns if the event needs to be processed.- Returns:
- if the event needs to be processed.
-
-