org.cruxframework.crux.core.rebind.screen
Class Event
java.lang.Object
org.cruxframework.crux.core.rebind.screen.Event
public class Event
- extends Object
Event Metadata
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event(String id,
String controller,
String method)
getId
public String getId()
getController
public String getController()
setController
public void setController(String controller)
getMethod
public String getMethod()
setMethod
public void setMethod(String method)
Copyright © 2014. All rights reserved.