ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/MNote/uk/org/iscream/mnote/SendListener.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
Log Message:
initial checkin of the Multicast Notification System

File Contents

# Content
1 package uk.org.iscream.mnote;
2
3 interface SendListener {
4 public void acceptSendEvent(SendEvent se);
5 }