Class EpubNavigation.Event
- java.lang.Object
-
- java.util.EventObject
-
- com.openindex.openestate.tool.manual.epub.EpubNavigation.Event
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EpubNavigation
public static class EpubNavigation.Event extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jepub.core.spec.navigation.entity.Content
getContent()
EpubNavigation
getNavigation()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
getContent
public org.jepub.core.spec.navigation.entity.Content getContent()
-
getNavigation
public EpubNavigation getNavigation()
-
-