snap
Interface SnapEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CoordinationManager, JavaTechnologyAdapter

public interface SnapEventListener
extends java.util.EventListener

The interface for a component that listens for SnapEvents.

Author:
Nathan Conklin - nathan@conklinfamily.net, Chris North - north@cs.vt.edu, Varun Saini - vsaini@vt.edu, Umer Farooq - ufarooq@vt.edu

Method Summary
 void snapEventOccured(snap.SnapEvent e)
           
 

Method Detail

snapEventOccured

public void snapEventOccured(snap.SnapEvent e)