jcreek.gui.representation
Class LinkEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjcreek.gui.representation.LinkEvent
All Implemented Interfaces:
java.io.Serializable

public class LinkEvent
extends java.util.EventObject

Event triggered by a FramePane when someone clicks on the "Link" symbol.

Version:
1.0
Author:
Frode Sørmo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LinkEvent(java.lang.Object concept)
           
 
Method Summary
 java.lang.Object getConcept()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkEvent

public LinkEvent(java.lang.Object concept)
Method Detail

getConcept

public java.lang.Object getConcept()


Created at IDI, NTNU by the Artificial Intelligence and Learning group