|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidClassException | |
org.barracudamvc.core.event |
Uses of InvalidClassException in org.barracudamvc.core.event |
Methods in org.barracudamvc.core.event that throw InvalidClassException | |
BaseEvent |
EventPool.checkoutEvent(Class event)
check out an event from the EventPool. |
void |
EventBroker.addEventListener(ListenerFactory factory,
Class event)
add an event listener for a particular class of an event. |
void |
EventBroker.removeEventListener(ListenerFactory factory,
Class event)
remove an event listener for specific types of events If the class referenced is not an instance of BaseEvent, a InvalidClassException will be thrown. |
void |
EventBroker.addEventAlias(Class event)
Manually register aliases for a given event (the aliases will be determined automatically based on the class name and the event ID) |
void |
EventBroker.addEventAlias(Class event,
String alias)
Manually add an alias for a given event. |
List |
EventBroker.getEventListeners(Class event)
Get a List of listeners for a type of event. |
String |
EventBroker.matchEventClass(String eventStr)
Given a partial event class name, return the fully qualified class name if it's possible to determine. |
String |
EventBroker.matchListenerID(String idStr)
Given a partial id name, return the fully qualified listener ID if it's possible to determine. |
BaseEvent |
DefaultEventPool.checkoutEvent(Class event)
check out an event from the EventPool. |
void |
DefaultEventBroker.addEventListener(ListenerFactory factory,
Class event)
add an event listener for a particular class of an event. |
void |
DefaultEventBroker.removeEventListener(ListenerFactory factory,
Class event)
remove an event listener for specific types of events If the class referenced is not an instance of BaseEvent, a InvalidClassException will be thrown. |
List |
DefaultEventBroker.getEventListeners(Class event)
Get a List of listeners for a type of event. |
String |
DefaultEventBroker.matchEventClass(String eventStr)
Given a partial event class name, return the fully qualified class name if it's possible to determine. |
String |
DefaultEventBroker.matchListenerID(String idStr)
Given a partial id name, return the fully qualified listener ID if it's possible to determine. |
void |
DefaultEventBroker.addEventAlias(Class event)
Manually register aliases for a given event (the aliases will be determined automatically based on the class name and the event ID) |
void |
DefaultEventBroker.addEventAlias(Class event,
String alias)
Manually add an alias for a given event. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |