gr.demokritos.iit.jinsect.events
Class NotificationAdapter

java.lang.Object
  extended by gr.demokritos.iit.jinsect.events.NotificationAdapter
All Implemented Interfaces:
NotificationListener

public class NotificationAdapter
extends java.lang.Object
implements NotificationListener


Constructor Summary
NotificationAdapter()
          Creates a new instance of NotificationAdapter
 
Method Summary
 void Notify(java.lang.Object oSender, java.lang.Object oParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationAdapter

public NotificationAdapter()
Creates a new instance of NotificationAdapter

Method Detail

Notify

public void Notify(java.lang.Object oSender,
                   java.lang.Object oParams)
Specified by:
Notify in interface NotificationListener