From f3c8462f1c14afc121cdf6218103629e6f930ecb Mon Sep 17 00:00:00 2001 From: Guust Ysebie Date: Wed, 22 Jan 2025 10:09:12 +0000 Subject: [PATCH] Update documentation Autoported commit. Original commit hash: [a0ed6e3b5] --- .../itext/commons/actions/AbstractEventWrapper.cs | 4 ++++ port-hash | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/itext/itext.commons/itext/commons/actions/AbstractEventWrapper.cs b/itext/itext.commons/itext/commons/actions/AbstractEventWrapper.cs index f84d6480c..ab7808ed7 100644 --- a/itext/itext.commons/itext/commons/actions/AbstractEventWrapper.cs +++ b/itext/itext.commons/itext/commons/actions/AbstractEventWrapper.cs @@ -70,10 +70,14 @@ public virtual AbstractProductProcessITextEvent GetEvent() { return @event; } + /// Obtains the class from context of the wrapped event. + /// class from context public override Type GetClassFromContext() { return GetEvent().GetClassFromContext(); } + /// Obtains the event type of the wrapped event. + /// event type public override String GetEventType() { return GetEvent().GetEventType(); } diff --git a/port-hash b/port-hash index f132795d8..86552dea5 100644 --- a/port-hash +++ b/port-hash @@ -1 +1 @@ -6bd822bfdf952e1ce87343628038939e1ea30375 +a0ed6e3b5b3ed7fe0efa99d11cd0788ab47484ad \ No newline at end of file