Package com.itextpdf.commons.actions
Interface IEventHandler
-
- All Known Implementing Classes:
AbstractContextBasedEventHandler
,ProductEventHandler
public interface IEventHandler
The interface for an event handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEvent(IEvent event)
Handles the event.
-
-
-
Method Detail
-
onEvent
void onEvent(IEvent event)
Handles the event.- Parameters:
event
- to handle
-
-