Uses of Package
beowulf.event

Packages that use beowulf.event
beowulf.event   
beowulf.gui   
beowulf.model.graph   
 

Classes in beowulf.event used by beowulf.event
DraggableComponentSelectionEvent
          This class is the event that is generated whenever a DraggableComponent is selected.
GraphEvent
          This class is an immutable encapsulation of all the data necessary to define events that can occur to change an instance of a graph.
GraphSelectionEvent
          This class is the event that is generated whenever a JNode is selected.
 

Classes in beowulf.event used by beowulf.gui
DraggableComponentSelectionEvent
          This class is the event that is generated whenever a DraggableComponent is selected.
DraggableComponentSelectionListener
          This interface is the one that must be implemented by receivers of DraggableComponent selection events.
GraphEvent
          This class is an immutable encapsulation of all the data necessary to define events that can occur to change an instance of a graph.
GraphListener
          This interface provides the basic manner through which a programmer can allow his classes to respond to Graph Events.
GraphSelectionListener
          This interface is the one that must be implemented by receivers of JGraph selection events.
 

Classes in beowulf.event used by beowulf.model.graph
GraphListener
          This interface provides the basic manner through which a programmer can allow his classes to respond to Graph Events.