Uses of Class
cdx.scorebot.util.Event

Packages that use Event
cdx.scorebot.net.tests Individual test implementations and the generic test framework; subpackages may have protected helper classes. 
cdx.scorebot.scoring The framework for scoring test results. 
cdx.scorebot.util.swing.tree Components and classes which implement a JTree which contains checkboxes 
 

Uses of Event in cdx.scorebot.net.tests
 

Subclasses of Event in cdx.scorebot.net.tests
 class TestEvent
          contains info about a test and its results for a single run
 

Uses of Event in cdx.scorebot.scoring
 

Subclasses of Event in cdx.scorebot.scoring
 class ManualScoreEvent
          describes a change in score due to a penalty or bonus resulting from a manually, user-entered request for such a change
 class ScoreEvent
          describes a change in score due to a penalty or bonus (includes all relevant information as to why)
 class TestScoreEvent
          describes a change in score due to a penalty or bonus resulting from test results triggering a scoring rule (includes all relevant information as to why)
 

Uses of Event in cdx.scorebot.util.swing.tree
 

Methods in cdx.scorebot.util.swing.tree that return Event
 Event EventTreeNode.getEvent()
           
 

Constructors in cdx.scorebot.util.swing.tree with parameters of type Event
EventTreeNode(Event e)