|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.bots.BotEventHandlerSet
public class BotEventHandlerSet
A set of event handlers.
BotEventHandler| Method Summary | |
|---|---|
void |
add(BotEventHandler event)
Adds an event handler to this set. |
void |
add(BotEventHandler event,
int index)
Adds an event handler to this set at the specified index. |
void |
clear()
Removes all event handlers from this set. |
Object |
clone()
Returns an exact copy of this set. |
BotEventHandler |
getByID(String id)
Returns the event handler with the specified ID, or null. |
List |
getEventHandlers()
Returns a List of event handlers in this set. |
void |
remove(BotEventHandler event)
Removes an event handler from this set. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void add(BotEventHandler event)
public void add(BotEventHandler event,
int index)
public BotEventHandler getByID(String id)
null.
public List getEventHandlers()
public void remove(BotEventHandler event)
public void clear()
public Object clone()
clone in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||