Package com.anylogic.engine.presentation
- java.lang.Object
- com.anylogic.engine.internal.ListenerList
- com.anylogic.engine.presentation.LegacyShapeGISMapStuff.ALListenerList<T>
- All Implemented Interfaces:
Serializable
,Iterable<T>
- Enclosing class:
- LegacyShapeGISMapStuff
@Deprecated @AnyLogicInternalAPI public static class LegacyShapeGISMapStuff.ALListenerList<T> extends com.anylogic.engine.internal.ListenerList implements Iterable<T>
Deprecated.
- See Also:
- Serialized Form
Constructor | Description |
---|---|
ALListenerList() |
Deprecated.
|
ALListenerList |
Deprecated.
|
public ALListenerList()
Deprecated.
public ALListenerList(int mode)
Deprecated.
public void addImpl(T listener)
Deprecated.
@Deprecated public List<T> getListenersImpl()
Deprecated.
use for each because implements Iterable
public void removeImpl(T listener)
Deprecated.
@Deprecated public void add(Object listener)
Deprecated.
use
addImpl(T)
- Overrides:
add
in classcom.anylogic.engine.internal.ListenerList
@Deprecated public Object[] getListeners()
Deprecated.
use foreach because implements Iterable
- Overrides:
getListeners
in classcom.anylogic.engine.internal.ListenerList
@Deprecated public void remove(Object listener)
Deprecated.
use
removeImpl(T)
- Overrides:
remove
in classcom.anylogic.engine.internal.ListenerList
public Iterator<T> iterator()
Deprecated.