com.cycling74.jitter
Interface JitterNotifiable
- All Known Implementing Classes:
- JitterListener
- public interface JitterNotifiable
JitterNotifiable
is an interface used in the communication of
JitterEvents from named JitterObjects to JitterNotifiable clients by way
of JitterListener objects
- Author:
- Joshua Kit Clayton
Method Summary |
void |
notify(JitterEvent e)
the notify method is called when a JitterEvent needs to be reported. |
notify
public void notify(JitterEvent e)
- the notify method is called when a JitterEvent needs to be reported.
- Parameters:
e
- a JitterEvent