Liferay 6.2-ce-ga5

com.liferay.portal.kernel.systemevent
Annotation Type SystemEvent


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


Optional Element Summary
 int action
           
 boolean send
           
 int type
           
 

action

public abstract int action
Default:
0

send

public abstract boolean send
Default:
true

type

public abstract int type
Default:
0

Liferay 6.2-ce-ga5