File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
itext/itext.commons/itext/commons/actions Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,14 @@ public virtual AbstractProductProcessITextEvent GetEvent() {
70
70
return @event ;
71
71
}
72
72
73
+ /// <summary>Obtains the class from context of the wrapped event.</summary>
74
+ /// <returns>class from context</returns>
73
75
public override Type GetClassFromContext ( ) {
74
76
return GetEvent ( ) . GetClassFromContext ( ) ;
75
77
}
76
78
79
+ /// <summary>Obtains the event type of the wrapped event.</summary>
80
+ /// <returns>event type</returns>
77
81
public override String GetEventType ( ) {
78
82
return GetEvent ( ) . GetEventType ( ) ;
79
83
}
Original file line number Diff line number Diff line change 1
- 6bd822bfdf952e1ce87343628038939e1ea30375
1
+ a0ed6e3b5b3ed7fe0efa99d11cd0788ab47484ad
You can’t perform that action at this time.
0 commit comments