Package snap.view
Interface EventListener
public interface EventListener
An interface for objects to receive Node events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
listenEvent
(ViewEvent anEvent) The method called to notify listener of event.
-
Method Details
-
listenEvent
The method called to notify listener of event.
-