org.yestech.event.annotation
Annotation Type ListenedEvents


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ListenedEvents

Must be added to every instance of IListener. This annotation tells what events the listener must listen for. Used with the DefaultOrderEventMulticaster.


Required Element Summary
 Class<? extends IEvent>[] value
          Which events the listener is listening for no order is determined.
 

Element Detail

value

public abstract Class<? extends IEvent>[] value
Which events the listener is listening for no order is determined.

Returns:


Copyright © 2010 YES Technology Association. All Rights Reserved.