org.fusesource.restygwt.client
Annotation Type ModelChange


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface ModelChange


Optional Element Summary
 Class[] domain
          Defines which Domain class is indicated to be updated.
 String[] on
          on which HTTP methods will events be published.
 

on

public abstract String[] on
on which HTTP methods will events be published. publishing happens after successful HTTP call

Default:
{}

domain

public abstract Class[] domain
Defines which Domain class is indicated to be updated. In the Handler will arrive the full qualified classname.

Returns:
Default:
{}


Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.