Package org.infinispan.security.actions
Class RemoveListenerAction
- java.lang.Object
-
- org.infinispan.security.actions.RemoveListenerAction
-
- All Implemented Interfaces:
PrivilegedAction<Void>
public class RemoveListenerAction extends Object implements PrivilegedAction<Void>
RemoveListenerAction- Since:
- 9.0
- Author:
- vjuranek
-
-
Constructor Summary
Constructors Constructor Description RemoveListenerAction(Listenable listenable, Object listener)
-
-
-
Constructor Detail
-
RemoveListenerAction
public RemoveListenerAction(Listenable listenable, Object listener)
-
-
Method Detail
-
run
public Void run()
- Specified by:
run
in interfacePrivilegedAction<Void>
-
-