de.lessvoid.nifty
Annotation Type NiftyEventSubscriber


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NiftyEventSubscriber


Optional Element Summary
 String id
          The Nifty Id we want to subscribe too.
 String pattern
          The Pattern for the id we want to subscribe too.
 

id

public abstract String id
The Nifty Id we want to subscribe too.

Returns:
Default:
""

pattern

public abstract String pattern
The Pattern for the id we want to subscribe too.

Returns:
Default:
""


Copyright © 2012. All Rights Reserved.