org.cruxframework.crux.core.rebind.screen
Class Event

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.screen.Event

public class Event
extends Object

Event Metadata

Author:
Thiago da Rosa de Bustamante

Constructor Summary
Event(String id, String controller, String method)
           
 
Method Summary
 String getController()
           
 String getId()
           
 String getMethod()
           
 void setController(String controller)
           
 void setMethod(String method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(String id,
             String controller,
             String method)
Method Detail

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.