nl.coderight.jazz.form.event
Class FormModelEvent

java.lang.Object
  extended by nl.coderight.jazz.Event<FormModelEvent.FormModelEventType>
      extended by nl.coderight.jazz.form.event.FormModelEvent

public final class FormModelEvent
extends Event<FormModelEvent.FormModelEventType>


Nested Class Summary
static class FormModelEvent.FormModelEventType
           
 
Constructor Summary
FormModelEvent(FormModelEvent.FormModelEventType type, String property)
           
FormModelEvent(FormModelEvent.FormModelEventType type, String property, Object value)
           
 
Method Summary
 String getProperty()
           
 Object getValue()
           
 
Methods inherited from class nl.coderight.jazz.Event
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormModelEvent

public FormModelEvent(FormModelEvent.FormModelEventType type,
                      String property)

FormModelEvent

public FormModelEvent(FormModelEvent.FormModelEventType type,
                      String property,
                      Object value)
Method Detail

getProperty

public String getProperty()

getValue

public Object getValue()


Copyright 2010 CodeRight, All rights reserved.