Skip to content

Commit f3c8462

Browse files
guustysebieiText-CI
authored andcommitted
Update documentation
Autoported commit. Original commit hash: [a0ed6e3b5]
1 parent b9d4053 commit f3c8462

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

itext/itext.commons/itext/commons/actions/AbstractEventWrapper.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,14 @@ public virtual AbstractProductProcessITextEvent GetEvent() {
7070
return @event;
7171
}
7272

73+
/// <summary>Obtains the class from context of the wrapped event.</summary>
74+
/// <returns>class from context</returns>
7375
public override Type GetClassFromContext() {
7476
return GetEvent().GetClassFromContext();
7577
}
7678

79+
/// <summary>Obtains the event type of the wrapped event.</summary>
80+
/// <returns>event type</returns>
7781
public override String GetEventType() {
7882
return GetEvent().GetEventType();
7983
}

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6bd822bfdf952e1ce87343628038939e1ea30375
1+
a0ed6e3b5b3ed7fe0efa99d11cd0788ab47484ad

0 commit comments

Comments
 (0)