|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.conceptmap.graphcomponents.GraphComponent
public abstract class GraphComponent
The Class GraphComponent.
Nested Class Summary | |
---|---|
static interface |
GraphComponent.OptionMessageListener
The listener interface for receiving optionMessage events. |
Constructor Summary | |
---|---|
GraphComponent(ContentSystem contentSystem,
GraphManager gManager)
Instantiates a new graph component. |
Method Summary | |
---|---|
void |
addOptionMessageListener(GraphComponent.OptionMessageListener l)
Adds the option message listener. |
void |
fireMessageProcessed(OptionMessage msg)
Fire message processed. |
abstract java.lang.String |
getName()
Gets the name. |
void |
removeOptionMessageListeners()
Removes the option message listeners. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphComponent(ContentSystem contentSystem, GraphManager gManager)
contentSystem
- the content systemgManager
- the g managerMethod Detail |
---|
public void addOptionMessageListener(GraphComponent.OptionMessageListener l)
l
- the lpublic void fireMessageProcessed(OptionMessage msg)
msg
- the msgpublic abstract java.lang.String getName()
public void removeOptionMessageListeners()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |