story.scheherazade.admin
Interface HearsStoryPoints

All Known Implementing Classes:
StoryListener, StoryTelling

public interface HearsStoryPoints

Interface that encapsulates both StoryListener and StoryTelling, two classes which hear StoryPoints, so that StoryInterpreter can interpret for both.


Method Summary
 java.lang.Object hear(StoryPoint storyPoint)
           
 

Method Detail

hear

java.lang.Object hear(StoryPoint storyPoint)
                      throws Scheherexception
Throws:
Scheherexception


Copyright © 2011 David K. Elson. All Rights Reserved.