org.sejda.model.notification
Interface EventListener<T extends AbstractNotificationEvent>

Type Parameters:
T - event type

public interface EventListener<T extends AbstractNotificationEvent>

Listen for the event. Any listener can generically declare the event it is interested in.

Author:
Andrea Vacondio

Method Summary
 void onEvent(T event)
          event notification
 

Method Detail

onEvent

void onEvent(T event)
event notification

Parameters:
event -


Copyright © 2013 sejda. All Rights Reserved.