Uses of Interface
de.espirit.firstspirit.client.gui.model.ModelListener
Packages that use ModelListener
Package
Description
Provides interfaces and types to access different models of java client.
-
Uses of ModelListener in de.espirit.firstspirit.client.gui.model
Methods in de.espirit.firstspirit.client.gui.model with parameters of type ModelListenerModifier and TypeMethodDescription<T> voidModelService.addModelListener(ModelType<T> type, ModelListener<T> listener) Adds the givenlistenerto benotifiedon every model change.<T> voidModelService.removeModelListener(ModelType<T> type, ModelListener<T> listener) Removes the givenlistener.