org.riotfamily.forms.event
Class ClickEvent

java.lang.Object
  extended by org.riotfamily.forms.event.ClickEvent

public class ClickEvent
extends Object


Constructor Summary
ClickEvent(Button source)
           
 
Method Summary
 Button getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClickEvent

public ClickEvent(Button source)
Method Detail

getSource

public Button getSource()