⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jahiaeventgeneratorservice.java

📁 java 写的一个新闻发布系统
💻 JAVA
字号:
////                                   ____.//                       __/\ ______|    |__/\.     _______//            __   .____|    |       \   |    +----+       \//    _______|  /--|    |    |    -   \  _    |    :    -   \_________//   \\______: :---|    :    :           |    :    |         \________>//           |__\---\_____________:______:    :____|____:_____\//                                      /_____|////                 . . . i n   j a h i a   w e   t r u s t . . .//////  JahiaEventGeneratorService//  EV      12.01.2001//////  fireUpdateField( theEvent )//  fireAddContainer( theEvent )//  fireUpdateContainer( theEvent )//  fireDeleteContainer( theEvent )//  fireAddPage( theEvent )//  fireLogin( theEvent )//  fireLogout( theEvent )// fireUpdateTemplate ( theEvent )//package org.jahia.services.events;import java.util.*;                             // Vectorimport org.jahia.exceptions.*;              // JahiaExceptionimport org.jahia.data.events.*;             // JahiaEventListenerimport org.jahia.services.*;                // JahiaServicepublic abstract class JahiaEventGeneratorService extends JahiaService{    public abstract void fireAddField( JahiaEvent theEvent ) throws JahiaException ;    public abstract void fireUpdateField( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireDeleteField( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireAddContainer( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireUpdateContainer( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireDeleteContainer( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireSetPageProperties( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireSetContainerListProperties( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireAddPage( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireLoadPage( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireSetRights( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireLogin( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireLogout( JahiaEvent theEvent )throws JahiaException ;    public abstract void fireUpdateTemplate( JahiaEvent theEvent )throws JahiaException ;} // end JahiaEventGeneratorService

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -