Uses of Class
io.github.tonywasher.joceanus.oceanus.event.OceanusEvent
Packages that use OceanusEvent
Package
Description
Simple help manager class.
Java Viewer.
Generic event handling.
-
Uses of OceanusEvent in io.github.tonywasher.joceanus.metis.help
Methods in io.github.tonywasher.joceanus.metis.help with parameters of type OceanusEventModifier and TypeMethodDescriptionprotected voidMetisHelpWindow.handleSplitTreeAction(OceanusEvent<TethysUIEvent> pEvent) Handle the split tree action event. -
Uses of OceanusEvent in io.github.tonywasher.joceanus.metis.viewer
Methods in io.github.tonywasher.joceanus.metis.viewer with parameters of type OceanusEventModifier and TypeMethodDescriptionprotected voidMetisViewerWindow.handleSplitTreeAction(OceanusEvent<TethysUIEvent> pEvent) Handle the split tree action event. -
Uses of OceanusEvent in io.github.tonywasher.joceanus.oceanus.event
Methods in io.github.tonywasher.joceanus.oceanus.event with parameters of type OceanusEventModifier and TypeMethodDescriptionvoidOceanusEventManager.cascadeEvent(OceanusEvent<E> pEvent) Cascade action event.voidOceanusEvent.OceanusEventListener.handleEvent(OceanusEvent<E> pEvent) Handle a TethysEvent.booleanOceanusEventRegistration.isRelevant(OceanusEvent<E> pEvent) Is the event aimed at this registration.protected voidOceanusEventRegistration.processEvent(OceanusEvent<E> pEvent) Process the relevant event.