public interface IfsEventHandler
An object using LibrarySession.registerEventHandler
or LibrarySession.registerClassEventHandler
to
register for IfsEvents must implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(IfsEvent event)
Handles the specified event.
|
void handleEvent(IfsEvent event) throws IfsException
event
- the eventIfsException
- if the operation failsCopyright © 2023. All rights reserved.