public interface EzyBroadcastAppsEvent extends EzyBroadcastEvent
| Modifier and Type | Method and Description |
|---|---|
void |
fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
EzyUser user,
boolean catchException) |
void |
fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchException) |
void |
fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
String username,
boolean catchException) |
firevoid fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
String username,
boolean catchException)
void fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
EzyUser user,
boolean catchException)
void fire(com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
Predicate<EzyAppContext> filter,
boolean catchException)
Copyright © 2021 Young Monkeys. All rights reserved.