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

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

public class ListenerX
extends java.lang.Object
implements IListener

Callback object of type X.


Constructor Summary
ListenerX()
           
 
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

ListenerX

public ListenerX()
Method Detail

listen

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