Package com.rvandoosselaer.blocks
Interface PagerListener<T>
public interface PagerListener<T>
A listener that can be registered to the
Pager. Use this to get notified when pages are attached, detached
or updated.-
Method Summary
Modifier and TypeMethodDescriptionvoidonPageAttached(com.simsilica.mathd.Vec3i location, T page) voidonPageDetached(com.simsilica.mathd.Vec3i location, T page) voidonPageUpdated(com.simsilica.mathd.Vec3i location, T oldPage, T newPage)
-
Method Details
-
onPageDetached
-
onPageAttached
-
onPageUpdated
-