org.fusesource.restygwt.example.client.event
Class ModelChangeEventFactory

java.lang.Object
  extended by org.fusesource.restygwt.example.client.event.ModelChangeEventFactory

public class ModelChangeEventFactory
extends Object

Static Config class for all things that are relevant for ``ModelChangeEvent``s during runtime. Since all the other things (Annotation parsers and stuff) are located outside the ``client`` package, we need such an additional client-config.

Author:
andi

Method Summary
static GwtEvent factory(String domainName)
          factory method from the annotated domain name to a real event object according to definitions in #STRING_TO_EVENT_MAPPING
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

factory

public static GwtEvent factory(String domainName)
factory method from the annotated domain name to a real event object according to definitions in #STRING_TO_EVENT_MAPPING

Parameters:
domainName -
Returns:


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