Uses of Class
org.jgrapes.webconsole.base.events.ConletDeleted
Packages that use ConletDeleted
Package
Description
A web console component for displaying markdown text in a web console.
Provides the components for building web consoles based on the
core, io and http packages.
-
Uses of ConletDeleted in org.jgrapes.webconlet.examples.hellosolid
Methods in org.jgrapes.webconlet.examples.hellosolid with parameters of type ConletDeletedModifier and TypeMethodDescriptionprotected voidHelloSolidConlet.doConletDeleted(ConletDeleted event, ConsoleConnection channel, String conletId, HelloSolidConlet.HelloSolidModel conletState) -
Uses of ConletDeleted in org.jgrapes.webconlet.examples.helloworld
Methods in org.jgrapes.webconlet.examples.helloworld with parameters of type ConletDeletedModifier and TypeMethodDescriptionprotected voidHelloWorldConlet.doConletDeleted(ConletDeleted event, ConsoleConnection channel, String conletId, HelloWorldConlet.HelloWorldModel conletState) -
Uses of ConletDeleted in org.jgrapes.webconlet.markdowndisplay
Methods in org.jgrapes.webconlet.markdowndisplay with parameters of type ConletDeletedModifier and TypeMethodDescriptionprotected voidMarkdownDisplayConlet.doConletDeleted(ConletDeleted event, ConsoleConnection channel, String conletId, MarkdownDisplayConlet.MarkdownDisplayModel retrievedState) -
Uses of ConletDeleted in org.jgrapes.webconsole.base
Methods in org.jgrapes.webconsole.base with parameters of type ConletDeletedModifier and TypeMethodDescriptionprotected voidAbstractConlet.doConletDeleted(ConletDeleted event, ConsoleConnection channel, String conletId, S conletState) Called byAbstractConlet.onConletDeleted(org.jgrapes.webconsole.base.events.ConletDeleted, org.jgrapes.webconsole.base.ConsoleConnection)to propagate the event to derived classes.final voidAbstractConlet.onConletDeleted(ConletDeleted event, ConsoleConnection connection) Checks if the request applies to this component.