org.jboss.seam.annotations
Annotation Type RaiseEvent


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface RaiseEvent

Causes an event to be raised after the method returns a non-null result without exception.

Author:
Gavin King

Optional Element Summary
 String[] value
          The event name, defaults to the name of the method.
 

value

public abstract String[] value
The event name, defaults to the name of the method.

Returns:
the event name
Default:
{}


Copyright © 2011 Seam Framework. All Rights Reserved.