com.bolour.sample.eclipse.listener.firstlistener
Class ListenerY

java.lang.Object
  |
  +--com.bolour.sample.eclipse.listener.firstlistener.ListenerY
All Implemented Interfaces:
IListener

public class ListenerY
extends java.lang.Object
implements IListener

Callback object of type Y.


Constructor Summary
ListenerY()
           
 
Method Summary
 void listen()
          Trivial listener class: print out an information message to standard output.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerY

public ListenerY()
Method Detail

listen

public void listen()
Trivial listener class: print out an information message to standard output.
Specified by:
listen in interface IListener