ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/MNote/uk/org/iscream/mnote/NotificationListener.java
Revision: 1.1
Committed: Thu Jun 14 09:16:08 2001 UTC (22 years, 11 months ago) by ajm
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Log Message:
initial checkin of the Multicast Notification System

File Contents

# Content
1 package uk.org.iscream.mnote;
2
3 interface NotificationListener {
4 public void acceptNotificationEvent(NotificationEvent ne);
5 }