ij2x.control
Class JThumbAdapter

java.lang.Object
  extended by ij2x.control.JThumbAdapter
All Implemented Interfaces:
JThumbListener, java.util.EventListener

public abstract class JThumbAdapter
extends java.lang.Object
implements JThumbListener

Author:
Yundi

Constructor Summary
JThumbAdapter()
           
 
Method Summary
 void shellCopied(JThumbEvent event)
           
 void shellDeleted(JThumbEvent event)
           
 void shellMoved(JThumbEvent event)
           
 void shellRenamed(JThumbEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JThumbAdapter

public JThumbAdapter()
Method Detail

shellDeleted

public void shellDeleted(JThumbEvent event)
Specified by:
shellDeleted in interface JThumbListener

shellCopied

public void shellCopied(JThumbEvent event)
Specified by:
shellCopied in interface JThumbListener

shellMoved

public void shellMoved(JThumbEvent event)
Specified by:
shellMoved in interface JThumbListener

shellRenamed

public void shellRenamed(JThumbEvent event)
Specified by:
shellRenamed in interface JThumbListener