Class BaseEvent<C,L>

java.lang.Object
uk.co.caprica.vlcj.support.eventmanager.BaseEvent<C,L>
Type Parameters:
C - type of component the event relates to
L - type of event notification listener
All Implemented Interfaces:
EventNotification<L>

public abstract class BaseEvent<C,L> extends Object implements EventNotification<L>
Base implementation for an event.