Package com._1c.g5.aef2.standard.events
Class ClickEvent
java.lang.Object
com._1c.g5.aef2.events.ViewModelEvent
com._1c.g5.aef2.standard.events.ClickEvent
- All Implemented Interfaces:
IEvent
The click event.
-
Constructor Summary
ConstructorsConstructorDescriptionClickEvent
(IViewModel viewModel) Instantiates a new event with the given args. -
Method Summary
Methods inherited from class com._1c.g5.aef2.events.ViewModelEvent
getViewModel
-
Constructor Details
-
ClickEvent
Instantiates a new event with the given args.- Parameters:
viewModel
- theIViewModel
instance of the click event sender.
-