|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rosuda.deducer.widgets.event.RListener
public abstract class RListener
Constructor Summary | |
---|---|
RListener()
|
Method Summary | |
---|---|
protected void |
eventOccured(java.lang.Object event,
java.lang.String type)
|
REXPReference |
getFunction()
get callback function |
void |
setFunction(REXPReference function)
Set callback function |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RListener()
Method Detail |
---|
public REXPReference getFunction()
public void setFunction(REXPReference function)
function
- the function to call upon action. should take two parameters. the first is a string representing the
type of event, the second is a java object representing the eventprotected void eventOccured(java.lang.Object event, java.lang.String type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |