org.jvnet.hudson.plugins.shelveproject
Class ItemListenerImpl

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by org.jvnet.hudson.plugins.shelveproject.ItemListenerImpl
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ItemListenerImpl
extends hudson.model.listeners.ItemListener

Author:
Ash Lux

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ItemListenerImpl()
           
 
Method Summary
 void onCreated(hudson.model.Item item)
           
 void onLoaded()
           
 
Methods inherited from class hudson.model.listeners.ItemListener
all, onDeleted, onRenamed, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemListenerImpl

public ItemListenerImpl()
Method Detail

onLoaded

public void onLoaded()
Overrides:
onLoaded in class hudson.model.listeners.ItemListener

onCreated

public void onCreated(hudson.model.Item item)
Overrides:
onCreated in class hudson.model.listeners.ItemListener


Copyright © 2010. All Rights Reserved.