Package org.luwrain.script
Class Hooks
java.lang.Object
org.luwrain.script.Hooks
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
chainOfResponsibility
(HookContainer container, String hookName, Object[] args) static boolean
chainOfResponsibilityNoExc
(HookContainer container, String hookName, Object[] args) static Object[]
collector
(HookContainer container, String hookName, Object[] args) static Object[]
collectorForArrays
(HookContainer container, String hookName, Object[] args) static boolean
notification
(HookContainer container, String hookName, Object[] args) static boolean
permission
(HookContainer container, String hookName, Object[] args) static Object
provider
(HookContainer container, String hookName, Object[] args) static Object
transformer
(HookContainer container, String hookName, Object arg)
-
Field Details
-
ANNOUNCEMENT
- See Also:
-
AREA_CLEAR
- See Also:
-
AREA_REGION_POINT_SET
- See Also:
-
CLIPBOARD_COPY_ALL
- See Also:
-
EDIT_INPUT
- See Also:
-
STARTUP
- See Also:
-
URL_OPEN
- See Also:
-
-
Constructor Details
-
Hooks
public Hooks()
-
-
Method Details
-
collector
-
collectorForArrays
-
chainOfResponsibility
public static boolean chainOfResponsibility(HookContainer container, String hookName, Object[] args) throws HookException - Throws:
HookException
-
chainOfResponsibilityNoExc
public static boolean chainOfResponsibilityNoExc(HookContainer container, String hookName, Object[] args) -
permission
-
provider
-
notification
-
transformer
-