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 SummaryFields Modifier and Type Field Description QueryWizardSource.QueryWizardSourceNotifyTypetypeObjectvalue
 - 
Constructor SummaryConstructors Constructor Description NotificationWithValue(QueryWizardSource.QueryWizardSourceNotifyType type, Object value)
 
- 
- 
- 
Field Detail- 
typepublic final QueryWizardSource.QueryWizardSourceNotifyType type 
 - 
valuepublic final Object value 
 
- 
 - 
Constructor Detail- 
NotificationWithValuepublic NotificationWithValue(QueryWizardSource.QueryWizardSourceNotifyType type, Object value) - Parameters:
- type- - notify type
- value- - value
 
 
- 
 
-