JIDE 3.5.15

com.jidesoft.pivot
Interface PostEventSupport


public interface PostEventSupport


Method Summary
 void addPostAction(PostEventAction action)
           
 void clearPostActions()
           
 PostEventAction[] getPostEventActions()
           
 void removePostAction(PostEventAction action)
           
 

Method Detail

getPostEventActions

PostEventAction[] getPostEventActions()

addPostAction

void addPostAction(PostEventAction action)

removePostAction

void removePostAction(PostEventAction action)

clearPostActions

void clearPostActions()

JIDE 3.5.15