JHPcte
Interface PcteNotificationListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PcteEventMulticaster, PcteNotifier

public interface PcteNotificationListener
extends java.util.EventListener

The interface objects interested in Notification Events have to implement.


Method Summary
 void pcteNotify(PcteNotificationEvent e)
           
 

Method Detail

pcteNotify

public void pcteNotify(PcteNotificationEvent e)