|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectannas.graph.GraphEvent
public class GraphEvent
Graph Event models All possible events that can occur on a Graph
Constructor Summary | |
---|---|
GraphEvent()
Default Constructor |
|
GraphEvent(Event event,
java.lang.Object[] params)
Constructor |
Method Summary | |
---|---|
Event |
getEvent()
Gets the event |
java.lang.Object[] |
getParams()
A list of objects in the same or as the parameters of the method that raised the event |
void |
setEvent(Event event)
|
void |
setParams(java.lang.Object[] params)
Sets the list of objects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphEvent()
public GraphEvent(Event event, java.lang.Object[] params)
event
- Event codeparams
- List of objects from the method which raised the event
in the same order as the parameters in that method.Method Detail |
---|
public Event getEvent()
public void setEvent(Event event)
event
- the event to setpublic java.lang.Object[] getParams()
public void setParams(java.lang.Object[] params)
params
- the params to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |