Interface LiveEditBrowserCockpitEventHandler<UIBROWSERAREA extends UIBrowserArea>
-
public interface LiveEditBrowserCockpitEventHandler<UIBROWSERAREA extends UIBrowserArea>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanHandleEvent(CockpitEvent event, UIBROWSERAREA browserArea)voidhandleCockpitEvent(CockpitEvent event, UIBROWSERAREA browserArea)
-
-
-
Method Detail
-
handleCockpitEvent
void handleCockpitEvent(CockpitEvent event, UIBROWSERAREA browserArea)
-
canHandleEvent
boolean canHandleEvent(CockpitEvent event, UIBROWSERAREA browserArea)
-
-