Package com._1c.g5.v8.dt.qw.ui.utils
Class QueryWizardSource.NotificationWithValue
- java.lang.Object
-
- com._1c.g5.v8.dt.qw.ui.utils.QueryWizardSource.NotificationWithValue
-
- Enclosing class:
- QueryWizardSource
public static class QueryWizardSource.NotificationWithValue extends Object
Notification of change with value
-
-
Field Summary
Fields Modifier and Type Field Description QueryWizardSource.QueryWizardSourceNotifyType
type
Object
value
-
Constructor Summary
Constructors Constructor Description NotificationWithValue(QueryWizardSource.QueryWizardSourceNotifyType type, Object value)
-
-
-
Field Detail
-
type
public final QueryWizardSource.QueryWizardSourceNotifyType type
-
value
public final Object value
-
-
Constructor Detail
-
NotificationWithValue
public NotificationWithValue(QueryWizardSource.QueryWizardSourceNotifyType type, Object value)
- Parameters:
type
- - notify typevalue
- - value
-
-