vs.plotagent.ui
Class NewSuggestionsCreatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by vs.rationalagent.ui.StoryAgentEvent
          extended by vs.plotagent.ui.NewSuggestionsCreatedEvent
All Implemented Interfaces:
java.io.Serializable

public class NewSuggestionsCreatedEvent
extends StoryAgentEvent

See Also:
Serialized Form

Constructor Summary
NewSuggestionsCreatedEvent(java.lang.Object src, java.util.Set<OperationalizedSuggestion> sugs)
           
 
Method Summary
 java.util.Set<OperationalizedSuggestion> getSuggestions()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewSuggestionsCreatedEvent

public NewSuggestionsCreatedEvent(java.lang.Object src,
                                  java.util.Set<OperationalizedSuggestion> sugs)
Method Detail

getSuggestions

public java.util.Set<OperationalizedSuggestion> getSuggestions()